Shades of Fuchsia #CC36CA
Tints of Fuchsia #CC36CA
RGB
CMYK
RGB Variations
Color information
#CC36CA (or 0xCC36CA) is known color: Fuchsia. HEX triplet: CC, 36 and CA. RGB value is (204,54,202). Sum of RGB (Red+Green+Blue) = 204+54+202=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CA is #33C935. Grayscale: #737373. Windows color (decimal): -3393846 or 13252300. OLE color: 13252300.
HSL color Cylindrical-coordinate representation of color #CC36CA: hue angle of 300.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36CA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 202 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.2 |
| HSL | 300.8º | 0.6% | 0.51% | - |
| HSV(B) | 300.8º | 0.74% | 0.8% | - |
| XYZ | 36.88 | 19.74 | 57.74 | - |
| YUV | 115.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 202 | 0 | 0.74 | 0.01 | 0.2 | 300.8 | 0.6 | 0.51 |
| Hex | CC | 36 | CA | 0 | 4A | 1 | 14 | 12D | 3C | 33 |
| Octal | 314 | 66 | 312 | 0 | 112 | 1 | 24 | 455 | 74 | 63 |
| Binary | 11001100 | 110110 | 11001010 | 0 | 1001010 | 1 | 10100 | 100101101 | 111100 | 110011 |
Color Harmonies of #CC36CA
Complementary color
Monochromatic Colors of #CC36CA
Black with #CC36CA
Text Example
Text Example
White with #CC36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36CA; }
p { color: rgb(204,54,202); }
H1.HeaderClassName
{
color: #CC36CA;
}
.AnyTagClassName
{
color: #CC36CA;
}
</style>
background-color css
<style>
a { background-color: #CC36CA; }
a { background-color: rgb(204,54,202); }
div.DivClassName
{
background-color: #CC36CA;
}
.BgClassName
{
background-color: #CC36CA;
}
</style>
border-color css
<style>
span { border-color: #CC36CA; }
span { border-color: rgb(204,54,202); }
td.TdClassName
{
border-color: #CC36CA;
}
.TagClassName
{
border-color: #CC36CA;
}
</style>