Shades of Fuchsia #CC4DCF
Tints of Fuchsia #CC4DCF
RGB
CMYK
RGB Variations
Color information
#CC4DCF (or 0xCC4DCF) is known color: Fuchsia. HEX triplet: CC, 4D and CF. RGB value is (204,77,207). Sum of RGB (Red+Green+Blue) = 204+77+207=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DCF is #33B230. Grayscale: #818181. Windows color (decimal): -3387953 or 13585868. OLE color: 13585868.
HSL color Cylindrical-coordinate representation of color #CC4DCF: hue angle of 298.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4DCF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 77 | 207 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.19 |
| HSL | 298.62º | 0.58% | 0.56% | - |
| HSV(B) | 298.62º | 0.63% | 0.81% | - |
| XYZ | 38.82 | 22.65 | 61.36 | - |
| YUV | 129.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 207 | 0.01 | 0.63 | 0 | 0.19 | 298.62 | 0.58 | 0.56 |
| Hex | CC | 4D | CF | 1 | 3F | 0 | 13 | 12B | 3A | 38 |
| Octal | 314 | 115 | 317 | 1 | 77 | 0 | 23 | 453 | 72 | 70 |
| Binary | 11001100 | 1001101 | 11001111 | 1 | 111111 | 0 | 10011 | 100101011 | 111010 | 111000 |
Color Harmonies of #CC4DCF
Complementary color
Monochromatic Colors of #CC4DCF
Black with #CC4DCF
Text Example
Text Example
White with #CC4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DCF; }
p { color: rgb(204,77,207); }
H1.HeaderClassName
{
color: #CC4DCF;
}
.AnyTagClassName
{
color: #CC4DCF;
}
</style>
background-color css
<style>
a { background-color: #CC4DCF; }
a { background-color: rgb(204,77,207); }
div.DivClassName
{
background-color: #CC4DCF;
}
.BgClassName
{
background-color: #CC4DCF;
}
</style>
border-color css
<style>
span { border-color: #CC4DCF; }
span { border-color: rgb(204,77,207); }
td.TdClassName
{
border-color: #CC4DCF;
}
.TagClassName
{
border-color: #CC4DCF;
}
</style>