#CC52B4

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

Shades of Fuchsia #CC52B4

Tints of Fuchsia #CC52B4

Color information

#CC52B4 (or 0xCC52B4) is unknown color: approx Fuchsia. HEX triplet: CC, 52 and B4. RGB value is (204,82,180). Sum of RGB (Red+Green+Blue) = 204+82+180=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC52B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52B4 is #33AD4B. Grayscale: #818181. Windows color (decimal): -3386700 or 11817676. OLE color: 11817676.

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

Color convert

RGB20482180-
CMYK00.600.120.2
HSL311.8º54.46%56.08%-
HSV(B)311.8º59.8%80%-
XYZ36.1622.1745.55-
YUV129.65156.42181.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=43.78%
G=17.60%
B=38.63%

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
Decimal2048218000.600.120.2311.854.4656.08
HexCC52B403CC141383638
Octal31412226407414244706670
Binary110011001010010101101000111100110010100100111000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC52B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC52B4; }

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

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

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

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

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

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

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

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