#CC51C0

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

Shades of Fuchsia #CC51C0

Tints of Fuchsia #CC51C0

Color information

#CC51C0 (or 0xCC51C0) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and C0. RGB value is (204,81,192). Sum of RGB (Red+Green+Blue) = 204+81+192=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51C0 is #33AE3F. Grayscale: #828282. Windows color (decimal): -3386944 or 12603852. OLE color: 12603852.

HSL color Cylindrical-coordinate representation of color #CC51C0: hue angle of 305.85º 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 #CC51C0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB20481192-
CMYK00.600.060.2
HSL305.85º54.67%55.88%-
HSV(B)305.85º60.29%80%-
XYZ37.3622.5352.25-
YUV130.43162.75180.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 81 (32.03% from 255) = 16.98%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=42.77%
G=16.98%
B=40.25%

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
Decimal2048119200.600.060.2305.8554.6755.88
HexCC51C003C6141323738
Octal3141213000746244626770
Binary11001100101000111000000011110011010100100110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51C0; }

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

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

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

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

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

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

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

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