#CC52CF

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

Shades of Fuchsia #CC52CF

Tints of Fuchsia #CC52CF

Color information

#CC52CF (or 0xCC52CF) is unknown color: approx Fuchsia. HEX triplet: CC, 52 and CF. RGB value is (204,82,207). Sum of RGB (Red+Green+Blue) = 204+82+207=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52CF is #33AD30. Grayscale: #848484. Windows color (decimal): -3386673 or 13587148. OLE color: 13587148.

HSL color Cylindrical-coordinate representation of color #CC52CF: hue angle of 298.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC52CF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20482207-
CMYK0.010.6000.19
HSL298.56º56.56%56.67%-
HSV(B)298.56º60.39%81.18%-
XYZ39.1823.3861.48-
YUV132.73169.92178.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 82 (32.42% from 255) = 16.63%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=41.38%
G=16.63%
B=41.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204822070.010.6000.19298.5656.5656.67
HexCC52CF13C01312b3939
Octal3141223171740234537171
Binary110011001010010110011111111100010011100101011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52CF; }

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

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

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

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

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

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

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

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