#CC4ABF

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

Shades of Fuchsia #CC4ABF

Tints of Fuchsia #CC4ABF

Color information

#CC4ABF (or 0xCC4ABF) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and BF. RGB value is (204,74,191). Sum of RGB (Red+Green+Blue) = 204+74+191=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ABF is #33B540. Grayscale: #7D7D7D. Windows color (decimal): -3388737 or 12536524. OLE color: 12536524.

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

Color convert

RGB20474191-
CMYK00.640.060.2
HSL306º56.03%54.51%-
HSV(B)306º63.73%80%-
XYZ36.7521.551.5-
YUV126.21164.57183.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 74 (29.30% from 255) = 15.78%
BLUE value IS 191 (75% from 255) = 40.72%
R=43.50%
G=15.78%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047419100.640.060.230656.0354.51
HexCC4ABF0406141323837
Octal31411227701006244627067
Binary110011001001010101111110100000011010100100110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ABF; }

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

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

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

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

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

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

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

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