#CC51BF

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

Shades of Fuchsia #CC51BF

Tints of Fuchsia #CC51BF

Color information

#CC51BF (or 0xCC51BF) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and BF. RGB value is (204,81,191). Sum of RGB (Red+Green+Blue) = 204+81+191=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51BF is #33AE40. Grayscale: #828282. Windows color (decimal): -3386945 or 12538316. OLE color: 12538316.

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

Color convert

RGB20481191-
CMYK00.600.060.2
HSL306.34º54.67%55.88%-
HSV(B)306.34º60.29%80%-
XYZ37.2522.4851.67-
YUV130.32162.25180.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 191 (75% from 255) = 40.13%
R=42.86%
G=17.02%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048119100.600.060.2306.3454.6755.88
HexCC51BF03C6141323738
Octal3141212770746244626770
Binary11001100101000110111111011110011010100100110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51BF; }

 p { color: rgb(204,81,191); }

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

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

 a { background-color: rgb(204,81,191); }

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

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

 span { border-color: rgb(204,81,191); }

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