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