#CC6FB2

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

Shades of Fuchsia #CC6FB2

Tints of Fuchsia #CC6FB2

Color information

#CC6FB2 (or 0xCC6FB2) is unknown color: approx Fuchsia. HEX triplet: CC, 6F and B2. RGB value is (204,111,178). Sum of RGB (Red+Green+Blue) = 204+111+178=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6FB2 is #33904D. Grayscale: #929292. Windows color (decimal): -3379278 or 11694028. OLE color: 11694028.

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

Color convert

RGB204111178-
CMYK00.460.130.2
HSL316.77º47.69%61.76%-
HSV(B)316.77º45.59%80%-
XYZ38.6227.4245.38-
YUV146.44145.81169.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=41.38%
G=22.52%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411117800.460.130.2316.7747.6961.76
HexCC6FB202ED1413d303e
Octal31415726205615244756076
Binary110011001101111101100100101110110110100100111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FB2; }

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

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

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

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

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

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

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

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