Shades of Fuchsia #CC35CE
Tints of Fuchsia #CC35CE
RGB
CMYK
RGB Variations
Color information
#CC35CE (or 0xCC35CE) is known color: Fuchsia. HEX triplet: CC, 35 and CE. RGB value is (204,53,206). Sum of RGB (Red+Green+Blue) = 204+53+206=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35CE is #33CA31. Grayscale: #737373. Windows color (decimal): -3394098 or 13514188. OLE color: 13514188.
HSL color Cylindrical-coordinate representation of color #CC35CE: hue angle of 299.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC35CE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 53 | 206 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.19 |
| HSL | 299.22º | 0.61% | 0.51% | - |
| HSV(B) | 299.22º | 0.74% | 0.81% | - |
| XYZ | 37.32 | 19.84 | 60.26 | - |
| YUV | 115.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 206 | 0.01 | 0.74 | 0 | 0.19 | 299.22 | 0.61 | 0.51 |
| Hex | CC | 35 | CE | 1 | 4A | 0 | 13 | 12B | 3D | 33 |
| Octal | 314 | 65 | 316 | 1 | 112 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001100 | 110101 | 11001110 | 1 | 1001010 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CC35CE
Complementary color
Monochromatic Colors of #CC35CE
Black with #CC35CE
Text Example
Text Example
White with #CC35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35CE; }
p { color: rgb(204,53,206); }
H1.HeaderClassName
{
color: #CC35CE;
}
.AnyTagClassName
{
color: #CC35CE;
}
</style>
background-color css
<style>
a { background-color: #CC35CE; }
a { background-color: rgb(204,53,206); }
div.DivClassName
{
background-color: #CC35CE;
}
.BgClassName
{
background-color: #CC35CE;
}
</style>
border-color css
<style>
span { border-color: #CC35CE; }
span { border-color: rgb(204,53,206); }
td.TdClassName
{
border-color: #CC35CE;
}
.TagClassName
{
border-color: #CC35CE;
}
</style>