Shades of Fuchsia #CC31CA
Tints of Fuchsia #CC31CA
RGB
CMYK
RGB Variations
Color information
#CC31CA (or 0xCC31CA) is known color: Fuchsia. HEX triplet: CC, 31 and CA. RGB value is (204,49,202). Sum of RGB (Red+Green+Blue) = 204+49+202=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31CA is #33CE35. Grayscale: #707070. Windows color (decimal): -3395126 or 13251020. OLE color: 13251020.
HSL color Cylindrical-coordinate representation of color #CC31CA: hue angle of 300.77º 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 #CC31CA is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 202 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.2 |
| HSL | 300.77º | 0.61% | 0.5% | - |
| HSV(B) | 300.77º | 0.76% | 0.8% | - |
| XYZ | 36.66 | 19.3 | 57.67 | - |
| YUV | 112.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 202 | 0 | 0.76 | 0.01 | 0.2 | 300.77 | 0.61 | 0.5 |
| Hex | CC | 31 | CA | 0 | 4C | 1 | 14 | 12D | 3D | 32 |
| Octal | 314 | 61 | 312 | 0 | 114 | 1 | 24 | 455 | 75 | 62 |
| Binary | 11001100 | 110001 | 11001010 | 0 | 1001100 | 1 | 10100 | 100101101 | 111101 | 110010 |
Color Harmonies of #CC31CA
Complementary color
Monochromatic Colors of #CC31CA
Black with #CC31CA
Text Example
Text Example
White with #CC31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31CA; }
p { color: rgb(204,49,202); }
H1.HeaderClassName
{
color: #CC31CA;
}
.AnyTagClassName
{
color: #CC31CA;
}
</style>
background-color css
<style>
a { background-color: #CC31CA; }
a { background-color: rgb(204,49,202); }
div.DivClassName
{
background-color: #CC31CA;
}
.BgClassName
{
background-color: #CC31CA;
}
</style>
border-color css
<style>
span { border-color: #CC31CA; }
span { border-color: rgb(204,49,202); }
td.TdClassName
{
border-color: #CC31CA;
}
.TagClassName
{
border-color: #CC31CA;
}
</style>