Shades of Fuchsia #CC31CC
Tints of Fuchsia #CC31CC
RGB
CMYK
RGB Variations
Color information
#CC31CC (or 0xCC31CC) is known color: Fuchsia. HEX triplet: CC, 31 and CC. RGB value is (204,49,204). Sum of RGB (Red+Green+Blue) = 204+49+204=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31CC is #33CE33. Grayscale: #707070. Windows color (decimal): -3395124 or 13382092. OLE color: 13382092.
HSL color Cylindrical-coordinate representation of color #CC31CC: hue angle of 300º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31CC is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 204 | - |
| CMYK | 0 | 0.76 | 0 | 0.2 |
| HSL | 300º | 0.61% | 0.5% | - |
| HSV(B) | 300º | 0.76% | 0.8% | - |
| XYZ | 36.9 | 19.39 | 58.93 | - |
| YUV | 113.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 204 | 0 | 0.76 | 0 | 0.2 | 300 | 0.61 | 0.5 |
| Hex | CC | 31 | CC | 0 | 4C | 0 | 14 | 12C | 3D | 32 |
| Octal | 314 | 61 | 314 | 0 | 114 | 0 | 24 | 454 | 75 | 62 |
| Binary | 11001100 | 110001 | 11001100 | 0 | 1001100 | 0 | 10100 | 100101100 | 111101 | 110010 |
Color Harmonies of #CC31CC
Complementary color
Monochromatic Colors of #CC31CC
Black with #CC31CC
Text Example
Text Example
White with #CC31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31CC; }
p { color: rgb(204,49,204); }
H1.HeaderClassName
{
color: #CC31CC;
}
.AnyTagClassName
{
color: #CC31CC;
}
</style>
background-color css
<style>
a { background-color: #CC31CC; }
a { background-color: rgb(204,49,204); }
div.DivClassName
{
background-color: #CC31CC;
}
.BgClassName
{
background-color: #CC31CC;
}
</style>
border-color css
<style>
span { border-color: #CC31CC; }
span { border-color: rgb(204,49,204); }
td.TdClassName
{
border-color: #CC31CC;
}
.TagClassName
{
border-color: #CC31CC;
}
</style>