#cd3fc3

Color #CD3FC3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD3FC3

Tints of Fuchsia #CD3FC3

Color information

#CD3FC3 (or 0xCD3FC3) is unknown color: approx Fuchsia. HEX triplet: CD, 3F and C3. RGB value is (205,63,195). Sum of RGB (Red+Green+Blue) = 205+63+195=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FC3 is #32C03C. Grayscale: #787878. Windows color (decimal): -3326013 or 12795853. OLE color: 12795853.

HSL color Cylindrical-coordinate representation of color #CD3FC3: hue angle of 304.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD3FC3 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20563195-
CMYK00.690.050.20
HSL304.23º58.68%52.55%-
HSV(B)304.23º69.27%80.39%-
XYZ36.820.4753.64-
YUV120.51170.04188.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 63 (25% from 255) = 13.61%
BLUE value IS 195 (76.56% from 255) = 42.12%
R=44.28%
G=13.61%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056319500.690.050.20304.2358.6852.55
HexCD3FC30455141303b35
Octal3157730301055244607365
Binary11001101111111110000110100010110110100100110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3fc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3fc3; }

 p { color: rgb(205,63,195); }

 H1.HeaderClassName
 {
   color: #cd3fc3;
 }
 .AnyTagClassName
 {
   color: #cd3fc3;
 }
</style>
background-color css

<style>
 a { background-color: #cd3fc3; }

 a { background-color: rgb(205,63,195); }

 div.DivClassName
 {
   background-color: #cd3fc3;
 }
 .BgClassName
 {
   background-color: #cd3fc3;
 }
</style>
border-color css

<style>
 span { border-color: #cd3fc3; }

 span { border-color: rgb(205,63,195); }

 td.TdClassName
 {
   border-color: #cd3fc3;
 }
 .TagClassName
 {
   border-color: #cd3fc3;
 }
</style>