#CC40D3

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

Shades of Fuchsia #CC40D3

Tints of Fuchsia #CC40D3

Color information

#CC40D3 (or 0xCC40D3) is unknown color: approx Fuchsia. HEX triplet: CC, 40 and D3. RGB value is (204,64,211). Sum of RGB (Red+Green+Blue) = 204+64+211=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC40D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40D3 is #33BF2C. Grayscale: #7A7A7A. Windows color (decimal): -3391277 or 13844684. OLE color: 13844684.

HSL color Cylindrical-coordinate representation of color #CC40D3: hue angle of 297.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC40D3 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20464211-
CMYK0.030.7000.17
HSL297.14º62.55%53.92%-
HSV(B)297.14º69.67%82.75%-
XYZ38.4921.2163.69-
YUV122.62177.88186.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=42.59%
G=13.36%
B=44.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204642110.030.7000.17297.1462.5553.92
HexCC40D33460111293f36
Octal31410032331060214517766
Binary11001100100000011010011111000110010001100101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40D3; }

 p { color: rgb(204,64,211); }

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

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

 a { background-color: rgb(204,64,211); }

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

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

 span { border-color: rgb(204,64,211); }

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