Shades of Fuchsia #CC35C5
Tints of Fuchsia #CC35C5
RGB
CMYK
RGB Variations
Color information
#CC35C5 (or 0xCC35C5) is known color: Fuchsia. HEX triplet: CC, 35 and C5. RGB value is (204,53,197). Sum of RGB (Red+Green+Blue) = 204+53+197=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35C5 is #33CA3A. Grayscale: #727272. Windows color (decimal): -3394107 or 12924364. OLE color: 12924364.
HSL color Cylindrical-coordinate representation of color #CC35C5: hue angle of 302.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC35C5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 197 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.2 |
| HSL | 302.78º | 0.6% | 0.5% | - |
| HSV(B) | 302.78º | 0.74% | 0.8% | - |
| XYZ | 36.25 | 19.41 | 54.66 | - |
| YUV | 114.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 197 | 0 | 0.74 | 0.03 | 0.2 | 302.78 | 0.6 | 0.5 |
| Hex | CC | 35 | C5 | 0 | 4A | 3 | 14 | 12F | 3C | 32 |
| Octal | 314 | 65 | 305 | 0 | 112 | 3 | 24 | 457 | 74 | 62 |
| Binary | 11001100 | 110101 | 11000101 | 0 | 1001010 | 11 | 10100 | 100101111 | 111100 | 110010 |
Color Harmonies of #CC35C5
Complementary color
Monochromatic Colors of #CC35C5
Black with #CC35C5
Text Example
Text Example
White with #CC35C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35C5; }
p { color: rgb(204,53,197); }
H1.HeaderClassName
{
color: #CC35C5;
}
.AnyTagClassName
{
color: #CC35C5;
}
</style>
background-color css
<style>
a { background-color: #CC35C5; }
a { background-color: rgb(204,53,197); }
div.DivClassName
{
background-color: #CC35C5;
}
.BgClassName
{
background-color: #CC35C5;
}
</style>
border-color css
<style>
span { border-color: #CC35C5; }
span { border-color: rgb(204,53,197); }
td.TdClassName
{
border-color: #CC35C5;
}
.TagClassName
{
border-color: #CC35C5;
}
</style>