#CC42B2

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

Shades of Fuchsia #CC42B2

Tints of Fuchsia #CC42B2

Color information

#CC42B2 (or 0xCC42B2) is unknown color: approx Fuchsia. HEX triplet: CC, 42 and B2. RGB value is (204,66,178). Sum of RGB (Red+Green+Blue) = 204+66+178=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC42B2 is #33BD4D. Grayscale: #777777. Windows color (decimal): -3390798 or 11682508. OLE color: 11682508.

HSL color Cylindrical-coordinate representation of color #CC42B2: hue angle of 311.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC42B2 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20466178-
CMYK00.680.130.2
HSL311.3º57.5%52.94%-
HSV(B)311.3º67.65%80%-
XYZ34.8919.9544.13-
YUV120.03160.72187.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.54%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 178 (69.92% from 255) = 39.73%
R=45.54%
G=14.73%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046617800.680.130.2311.357.552.94
HexCC42B2044D141373a35
Octal314102262010415244677265
Binary1100110010000101011001001000100110110100100110111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC42B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC42B2; }

 p { color: rgb(204,66,178); }

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

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

 a { background-color: rgb(204,66,178); }

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

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

 span { border-color: rgb(204,66,178); }

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