Shades of Fuchsia #CC42CF
Tints of Fuchsia #CC42CF
RGB
CMYK
RGB Variations
Color information
#CC42CF (or 0xCC42CF) is known color: Fuchsia. HEX triplet: CC, 42 and CF. RGB value is (204,66,207). Sum of RGB (Red+Green+Blue) = 204+66+207=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42CF is #33BD30. Grayscale: #7A7A7A. Windows color (decimal): -3390769 or 13583052. OLE color: 13583052.
HSL color Cylindrical-coordinate representation of color #CC42CF: hue angle of 298.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC42CF is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 66 | 207 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.19 |
| HSL | 298.72º | 0.59% | 0.54% | - |
| HSV(B) | 298.72º | 0.68% | 0.81% | - |
| XYZ | 38.11 | 21.24 | 61.12 | - |
| YUV | 123.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 207 | 0.01 | 0.68 | 0 | 0.19 | 298.72 | 0.59 | 0.54 |
| Hex | CC | 42 | CF | 1 | 44 | 0 | 13 | 12B | 3B | 36 |
| Octal | 314 | 102 | 317 | 1 | 104 | 0 | 23 | 453 | 73 | 66 |
| Binary | 11001100 | 1000010 | 11001111 | 1 | 1000100 | 0 | 10011 | 100101011 | 111011 | 110110 |
Color Harmonies of #CC42CF
Complementary color
Monochromatic Colors of #CC42CF
Black with #CC42CF
Text Example
Text Example
White with #CC42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42CF; }
p { color: rgb(204,66,207); }
H1.HeaderClassName
{
color: #CC42CF;
}
.AnyTagClassName
{
color: #CC42CF;
}
</style>
background-color css
<style>
a { background-color: #CC42CF; }
a { background-color: rgb(204,66,207); }
div.DivClassName
{
background-color: #CC42CF;
}
.BgClassName
{
background-color: #CC42CF;
}
</style>
border-color css
<style>
span { border-color: #CC42CF; }
span { border-color: rgb(204,66,207); }
td.TdClassName
{
border-color: #CC42CF;
}
.TagClassName
{
border-color: #CC42CF;
}
</style>