#CC52B7

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

Shades of Fuchsia #CC52B7

Tints of Fuchsia #CC52B7

Color information

#CC52B7 (or 0xCC52B7) is unknown color: approx Fuchsia. HEX triplet: CC, 52 and B7. RGB value is (204,82,183). Sum of RGB (Red+Green+Blue) = 204+82+183=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52B7 is #33AD48. Grayscale: #818181. Windows color (decimal): -3386697 or 12014284. OLE color: 12014284.

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

Color convert

RGB20482183-
CMYK00.600.100.2
HSL310.33º54.46%56.08%-
HSV(B)310.33º59.8%80%-
XYZ36.4722.2947.18-
YUV129.99157.92180.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 82 (32.42% from 255) = 17.48%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=43.50%
G=17.48%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048218300.600.100.2310.3354.4656.08
HexCC52B703CA141363638
Octal31412226707412244666670
Binary110011001010010101101110111100101010100100110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52B7; }

 p { color: rgb(204,82,183); }

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

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

 a { background-color: rgb(204,82,183); }

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

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

 span { border-color: rgb(204,82,183); }

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