#CC5ABC

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

Shades of Fuchsia #CC5ABC

Tints of Fuchsia #CC5ABC

Color information

#CC5ABC (or 0xCC5ABC) is unknown color: approx Fuchsia. HEX triplet: CC, 5A and BC. RGB value is (204,90,188). Sum of RGB (Red+Green+Blue) = 204+90+188=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ABC is #33A543. Grayscale: #868686. Windows color (decimal): -3384644 or 12344012. OLE color: 12344012.

HSL color Cylindrical-coordinate representation of color #CC5ABC: hue angle of 308.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5ABC is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB20490188-
CMYK00.560.080.2
HSL308.42º52.78%57.65%-
HSV(B)308.42º55.88%80%-
XYZ37.6423.7850.18-
YUV135.26157.77177.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=42.32%
G=18.67%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049018800.560.080.2308.4252.7857.65
HexCC5ABC038814134353a
Octal31413227407010244646572
Binary110011001011010101111000111000100010100100110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5ABC; }

 p { color: rgb(204,90,188); }

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

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

 a { background-color: rgb(204,90,188); }

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

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

 span { border-color: rgb(204,90,188); }

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