Shades of Fuchsia #CC4ACD
Tints of Fuchsia #CC4ACD
RGB
CMYK
RGB Variations
Color information
#CC4ACD (or 0xCC4ACD) is known color: Fuchsia. HEX triplet: CC, 4A and CD. RGB value is (204,74,205). Sum of RGB (Red+Green+Blue) = 204+74+205=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4ACD is #33B532. Grayscale: #7F7F7F. Windows color (decimal): -3388723 or 13454028. OLE color: 13454028.
HSL color Cylindrical-coordinate representation of color #CC4ACD: hue angle of 299.54º degrees, saturation: 0.57, 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 #CC4ACD is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 74 | 205 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.20 |
| HSL | 299.54º | 0.57% | 0.55% | - |
| HSV(B) | 299.54º | 0.64% | 0.8% | - |
| XYZ | 38.37 | 22.14 | 60.01 | - |
| YUV | 127.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 74 | 205 | 0.00 | 0.64 | 0 | 0.20 | 299.54 | 0.57 | 0.55 |
| Hex | CC | 4A | CD | 0 | 40 | 0 | 14 | 12C | 39 | 37 |
| Octal | 314 | 112 | 315 | 0 | 100 | 0 | 24 | 454 | 71 | 67 |
| Binary | 11001100 | 1001010 | 11001101 | 0 | 1000000 | 0 | 10100 | 100101100 | 111001 | 110111 |
Color Harmonies of #CC4ACD
Complementary color
Monochromatic Colors of #CC4ACD
Black with #CC4ACD
Text Example
Text Example
White with #CC4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ACD; }
p { color: rgb(204,74,205); }
H1.HeaderClassName
{
color: #CC4ACD;
}
.AnyTagClassName
{
color: #CC4ACD;
}
</style>
background-color css
<style>
a { background-color: #CC4ACD; }
a { background-color: rgb(204,74,205); }
div.DivClassName
{
background-color: #CC4ACD;
}
.BgClassName
{
background-color: #CC4ACD;
}
</style>
border-color css
<style>
span { border-color: #CC4ACD; }
span { border-color: rgb(204,74,205); }
td.TdClassName
{
border-color: #CC4ACD;
}
.TagClassName
{
border-color: #CC4ACD;
}
</style>