#cc52c4

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

Shades of Fuchsia #CC52C4

Tints of Fuchsia #CC52C4

Color information

#CC52C4 (or 0xCC52C4) is unknown color: approx Fuchsia. HEX triplet: CC, 52 and C4. RGB value is (204,82,196). Sum of RGB (Red+Green+Blue) = 204+82+196=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52C4 is #33AD3B. Grayscale: #838383. Windows color (decimal): -3386684 or 12866252. OLE color: 12866252.

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

Color convert

RGB20482196-
CMYK00.600.040.2
HSL303.93º54.46%56.08%-
HSV(B)303.93º59.8%80%-
XYZ37.8822.8654.64-
YUV131.47164.42179.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 82 (32.42% from 255) = 17.01%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=42.32%
G=17.01%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048219600.600.040.2303.9354.4656.08
HexCC52C403C4141303638
Octal3141223040744244606670
Binary11001100101001011000100011110010010100100110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc52c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc52c4; }

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

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

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

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

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

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

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

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