Shades of Fuchsia #CC36CC
Tints of Fuchsia #CC36CC
RGB
CMYK
RGB Variations
Color information
#CC36CC (or 0xCC36CC) is known color: Fuchsia. HEX triplet: CC, 36 and CC. RGB value is (204,54,204). Sum of RGB (Red+Green+Blue) = 204+54+204=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CC is #33C933. Grayscale: #737373. Windows color (decimal): -3393844 or 13383372. OLE color: 13383372.
HSL color Cylindrical-coordinate representation of color #CC36CC: hue angle of 300º 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 #CC36CC is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 204 | - |
| CMYK | 0 | 0.74 | 0 | 0.2 |
| HSL | 300º | 0.6% | 0.51% | - |
| HSV(B) | 300º | 0.74% | 0.8% | - |
| XYZ | 37.12 | 19.84 | 59 | - |
| YUV | 115.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 204 | 0 | 0.74 | 0 | 0.2 | 300 | 0.6 | 0.51 |
| Hex | CC | 36 | CC | 0 | 4A | 0 | 14 | 12C | 3C | 33 |
| Octal | 314 | 66 | 314 | 0 | 112 | 0 | 24 | 454 | 74 | 63 |
| Binary | 11001100 | 110110 | 11001100 | 0 | 1001010 | 0 | 10100 | 100101100 | 111100 | 110011 |
Color Harmonies of #CC36CC
Complementary color
Monochromatic Colors of #CC36CC
Black with #CC36CC
Text Example
Text Example
White with #CC36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36CC; }
p { color: rgb(204,54,204); }
H1.HeaderClassName
{
color: #CC36CC;
}
.AnyTagClassName
{
color: #CC36CC;
}
</style>
background-color css
<style>
a { background-color: #CC36CC; }
a { background-color: rgb(204,54,204); }
div.DivClassName
{
background-color: #CC36CC;
}
.BgClassName
{
background-color: #CC36CC;
}
</style>
border-color css
<style>
span { border-color: #CC36CC; }
span { border-color: rgb(204,54,204); }
td.TdClassName
{
border-color: #CC36CC;
}
.TagClassName
{
border-color: #CC36CC;
}
</style>