#CD3CC6

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

Shades of Fuchsia #CD3CC6

Tints of Fuchsia #CD3CC6

Color information

#CD3CC6 (or 0xCD3CC6) is unknown color: approx Fuchsia. HEX triplet: CD, 3C and C6. RGB value is (205,60,198). Sum of RGB (Red+Green+Blue) = 205+60+198=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CC6 is #32C339. Grayscale: #767676. Windows color (decimal): -3326778 or 12991693. OLE color: 12991693.

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

Color convert

RGB20560198-
CMYK00.710.030.20
HSL302.9º59.18%51.96%-
HSV(B)302.9º70.73%80.39%-
XYZ36.9920.2955.39-
YUV119.09172.54189.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 60 (23.83% from 255) = 12.96%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=44.28%
G=12.96%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056019800.710.030.20302.959.1851.96
HexCD3CC604731412f3b34
Octal3157430601073244577364
Binary1100110111110011000110010001111110100100101111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3CC6; }

 p { color: rgb(205,60,198); }

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

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

 a { background-color: rgb(205,60,198); }

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

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

 span { border-color: rgb(205,60,198); }

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