Shades of Fuchsia #CC4ACE
Tints of Fuchsia #CC4ACE
RGB
CMYK
RGB Variations
Color information
#CC4ACE (or 0xCC4ACE) is known color: Fuchsia. HEX triplet: CC, 4A and CE. RGB value is (204,74,206). Sum of RGB (Red+Green+Blue) = 204+74+206=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ACE is #33B531. Grayscale: #7F7F7F. Windows color (decimal): -3388722 or 13519564. OLE color: 13519564.
HSL color Cylindrical-coordinate representation of color #CC4ACE: hue angle of 299.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4ACE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 74 | 206 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.19 |
| HSL | 299.09º | 0.57% | 0.55% | - |
| HSV(B) | 299.09º | 0.64% | 0.81% | - |
| XYZ | 38.49 | 22.19 | 60.65 | - |
| YUV | 127.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 206 | 0.01 | 0.64 | 0 | 0.19 | 299.09 | 0.57 | 0.55 |
| Hex | CC | 4A | CE | 1 | 40 | 0 | 13 | 12B | 39 | 37 |
| Octal | 314 | 112 | 316 | 1 | 100 | 0 | 23 | 453 | 71 | 67 |
| Binary | 11001100 | 1001010 | 11001110 | 1 | 1000000 | 0 | 10011 | 100101011 | 111001 | 110111 |
Color Harmonies of #CC4ACE
Complementary color
Monochromatic Colors of #CC4ACE
Black with #CC4ACE
Text Example
Text Example
White with #CC4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ACE; }
p { color: rgb(204,74,206); }
H1.HeaderClassName
{
color: #CC4ACE;
}
.AnyTagClassName
{
color: #CC4ACE;
}
</style>
background-color css
<style>
a { background-color: #CC4ACE; }
a { background-color: rgb(204,74,206); }
div.DivClassName
{
background-color: #CC4ACE;
}
.BgClassName
{
background-color: #CC4ACE;
}
</style>
border-color css
<style>
span { border-color: #CC4ACE; }
span { border-color: rgb(204,74,206); }
td.TdClassName
{
border-color: #CC4ACE;
}
.TagClassName
{
border-color: #CC4ACE;
}
</style>