Shades of Fuchsia #CC36CE
Tints of Fuchsia #CC36CE
RGB
CMYK
RGB Variations
Color information
#CC36CE (or 0xCC36CE) is known color: Fuchsia. HEX triplet: CC, 36 and CE. RGB value is (204,54,206). Sum of RGB (Red+Green+Blue) = 204+54+206=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CE is #33C931. Grayscale: #737373. Windows color (decimal): -3393842 or 13514444. OLE color: 13514444.
HSL color Cylindrical-coordinate representation of color #CC36CE: hue angle of 299.21º 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 #CC36CE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 54 | 206 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.19 |
| HSL | 299.21º | 0.61% | 0.51% | - |
| HSV(B) | 299.21º | 0.74% | 0.81% | - |
| XYZ | 37.36 | 19.93 | 60.27 | - |
| YUV | 116.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 206 | 0.01 | 0.74 | 0 | 0.19 | 299.21 | 0.61 | 0.51 |
| Hex | CC | 36 | CE | 1 | 4A | 0 | 13 | 12B | 3D | 33 |
| Octal | 314 | 66 | 316 | 1 | 112 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001100 | 110110 | 11001110 | 1 | 1001010 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CC36CE
Complementary color
Monochromatic Colors of #CC36CE
Black with #CC36CE
Text Example
Text Example
White with #CC36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36CE; }
p { color: rgb(204,54,206); }
H1.HeaderClassName
{
color: #CC36CE;
}
.AnyTagClassName
{
color: #CC36CE;
}
</style>
background-color css
<style>
a { background-color: #CC36CE; }
a { background-color: rgb(204,54,206); }
div.DivClassName
{
background-color: #CC36CE;
}
.BgClassName
{
background-color: #CC36CE;
}
</style>
border-color css
<style>
span { border-color: #CC36CE; }
span { border-color: rgb(204,54,206); }
td.TdClassName
{
border-color: #CC36CE;
}
.TagClassName
{
border-color: #CC36CE;
}
</style>