Shades of Fuchsia #CC4AC8
Tints of Fuchsia #CC4AC8
RGB
CMYK
RGB Variations
Color information
#CC4AC8 (or 0xCC4AC8) is known color: Fuchsia. HEX triplet: CC, 4A and C8. RGB value is (204,74,200). Sum of RGB (Red+Green+Blue) = 204+74+200=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AC8 is #33B537. Grayscale: #7E7E7E. Windows color (decimal): -3388728 or 13126348. OLE color: 13126348.
HSL color Cylindrical-coordinate representation of color #CC4AC8: hue angle of 301.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 #CC4AC8 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 74 | 200 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.2 |
| HSL | 301.85º | 0.56% | 0.55% | - |
| HSV(B) | 301.85º | 0.64% | 0.8% | - |
| XYZ | 37.78 | 21.91 | 56.88 | - |
| YUV | 127.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 200 | 0 | 0.64 | 0.02 | 0.2 | 301.85 | 0.56 | 0.55 |
| Hex | CC | 4A | C8 | 0 | 40 | 2 | 14 | 12E | 38 | 37 |
| Octal | 314 | 112 | 310 | 0 | 100 | 2 | 24 | 456 | 70 | 67 |
| Binary | 11001100 | 1001010 | 11001000 | 0 | 1000000 | 10 | 10100 | 100101110 | 111000 | 110111 |
Color Harmonies of #CC4AC8
Complementary color
Monochromatic Colors of #CC4AC8
Black with #CC4AC8
Text Example
Text Example
White with #CC4AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4AC8; }
p { color: rgb(204,74,200); }
H1.HeaderClassName
{
color: #CC4AC8;
}
.AnyTagClassName
{
color: #CC4AC8;
}
</style>
background-color css
<style>
a { background-color: #CC4AC8; }
a { background-color: rgb(204,74,200); }
div.DivClassName
{
background-color: #CC4AC8;
}
.BgClassName
{
background-color: #CC4AC8;
}
</style>
border-color css
<style>
span { border-color: #CC4AC8; }
span { border-color: rgb(204,74,200); }
td.TdClassName
{
border-color: #CC4AC8;
}
.TagClassName
{
border-color: #CC4AC8;
}
</style>