Shades of Fuchsia #CC31CE
Tints of Fuchsia #CC31CE
RGB
CMYK
RGB Variations
Color information
#CC31CE (or 0xCC31CE) is known color: Fuchsia. HEX triplet: CC, 31 and CE. RGB value is (204,49,206). Sum of RGB (Red+Green+Blue) = 204+49+206=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31CE is #33CE31. Grayscale: #707070. Windows color (decimal): -3395122 or 13513164. OLE color: 13513164.
HSL color Cylindrical-coordinate representation of color #CC31CE: hue angle of 299.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31CE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 49 | 206 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.19 |
| HSL | 299.24º | 0.62% | 0.5% | - |
| HSV(B) | 299.24º | 0.76% | 0.81% | - |
| XYZ | 37.14 | 19.49 | 60.2 | - |
| YUV | 113.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 206 | 0.01 | 0.76 | 0 | 0.19 | 299.24 | 0.62 | 0.5 |
| Hex | CC | 31 | CE | 1 | 4C | 0 | 13 | 12B | 3E | 32 |
| Octal | 314 | 61 | 316 | 1 | 114 | 0 | 23 | 453 | 76 | 62 |
| Binary | 11001100 | 110001 | 11001110 | 1 | 1001100 | 0 | 10011 | 100101011 | 111110 | 110010 |
Color Harmonies of #CC31CE
Complementary color
Monochromatic Colors of #CC31CE
Black with #CC31CE
Text Example
Text Example
White with #CC31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31CE; }
p { color: rgb(204,49,206); }
H1.HeaderClassName
{
color: #CC31CE;
}
.AnyTagClassName
{
color: #CC31CE;
}
</style>
background-color css
<style>
a { background-color: #CC31CE; }
a { background-color: rgb(204,49,206); }
div.DivClassName
{
background-color: #CC31CE;
}
.BgClassName
{
background-color: #CC31CE;
}
</style>
border-color css
<style>
span { border-color: #CC31CE; }
span { border-color: rgb(204,49,206); }
td.TdClassName
{
border-color: #CC31CE;
}
.TagClassName
{
border-color: #CC31CE;
}
</style>