#CC51B3

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

Shades of Fuchsia #CC51B3

Tints of Fuchsia #CC51B3

Color information

#CC51B3 (or 0xCC51B3) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and B3. RGB value is (204,81,179). Sum of RGB (Red+Green+Blue) = 204+81+179=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51B3 is #33AE4C. Grayscale: #808080. Windows color (decimal): -3386957 or 11751884. OLE color: 11751884.

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

Color convert

RGB20481179-
CMYK00.600.120.2
HSL312.2º54.67%55.88%-
HSV(B)312.2º60.29%80%-
XYZ35.9821.9844.99-
YUV128.95156.25181.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 81 (32.03% from 255) = 17.46%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=43.97%
G=17.46%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048117900.600.120.2312.254.6755.88
HexCC51B303CC141383738
Octal31412126307414244706770
Binary110011001010001101100110111100110010100100111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51B3; }

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

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

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

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

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

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

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

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