#CC4ABA

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

Shades of Fuchsia #CC4ABA

Tints of Fuchsia #CC4ABA

Color information

#CC4ABA (or 0xCC4ABA) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and BA. RGB value is (204,74,186). Sum of RGB (Red+Green+Blue) = 204+74+186=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ABA is #33B545. Grayscale: #7D7D7D. Windows color (decimal): -3388742 or 12208844. OLE color: 12208844.

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

Color convert

RGB20474186-
CMYK00.640.090.2
HSL308.31º56.03%54.51%-
HSV(B)308.31º63.73%80%-
XYZ36.2121.2848.65-
YUV125.64162.07183.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 74 (29.30% from 255) = 15.95%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=43.97%
G=15.95%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047418600.640.090.2308.3156.0354.51
HexCC4ABA0409141343837
Octal314112272010011244647067
Binary1100110010010101011101001000000100110100100110100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ABA; }

 p { color: rgb(204,74,186); }

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

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

 a { background-color: rgb(204,74,186); }

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

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

 span { border-color: rgb(204,74,186); }

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