#CC4ABB

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

Shades of Fuchsia #CC4ABB

Tints of Fuchsia #CC4ABB

Color information

#CC4ABB (or 0xCC4ABB) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and BB. RGB value is (204,74,187). Sum of RGB (Red+Green+Blue) = 204+74+187=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ABB is #33B544. Grayscale: #7D7D7D. Windows color (decimal): -3388741 or 12274380. OLE color: 12274380.

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

Color convert

RGB20474187-
CMYK00.640.080.2
HSL307.85º56.03%54.51%-
HSV(B)307.85º63.73%80%-
XYZ36.3221.3249.22-
YUV125.75162.57183.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 74 (29.30% from 255) = 15.91%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=43.87%
G=15.91%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047418700.640.080.2307.8556.0354.51
HexCC4ABB0408141343837
Octal314112273010010244647067
Binary1100110010010101011101101000000100010100100110100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ABB; }

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

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

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

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

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

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

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

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