#CC4DB2

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

Shades of Fuchsia #CC4DB2

Tints of Fuchsia #CC4DB2

Color information

#CC4DB2 (or 0xCC4DB2) is unknown color: approx Fuchsia. HEX triplet: CC, 4D and B2. RGB value is (204,77,178). Sum of RGB (Red+Green+Blue) = 204+77+178=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DB2 is #33B24D. Grayscale: #7E7E7E. Windows color (decimal): -3387982 or 11685324. OLE color: 11685324.

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

Color convert

RGB20477178-
CMYK00.620.130.2
HSL312.28º55.46%55.1%-
HSV(B)312.28º62.25%80%-
XYZ35.5921.3644.37-
YUV126.49157.08183.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=44.44%
G=16.78%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047717800.620.130.2312.2855.4655.1
HexCC4DB203ED141383737
Octal31411526207615244706767
Binary110011001001101101100100111110110110100100111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4DB2; }

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

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

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

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

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

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

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

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