Shades of Fuchsia #CC36BC
Tints of Fuchsia #CC36BC
RGB
CMYK
RGB Variations
Color information
#CC36BC (or 0xCC36BC) is known color: Fuchsia. HEX triplet: CC, 36 and BC. RGB value is (204,54,188). Sum of RGB (Red+Green+Blue) = 204+54+188=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36BC is #33C943. Grayscale: #717171. Windows color (decimal): -3393860 or 12334796. OLE color: 12334796.
HSL color Cylindrical-coordinate representation of color #CC36BC: hue angle of 306.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 #CC36BC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 188 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.2 |
| HSL | 306.4º | 0.6% | 0.51% | - |
| HSV(B) | 306.4º | 0.74% | 0.8% | - |
| XYZ | 35.3 | 19.11 | 49.4 | - |
| YUV | 114.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 188 | 0 | 0.74 | 0.08 | 0.2 | 306.4 | 0.6 | 0.51 |
| Hex | CC | 36 | BC | 0 | 4A | 8 | 14 | 132 | 3C | 33 |
| Octal | 314 | 66 | 274 | 0 | 112 | 10 | 24 | 462 | 74 | 63 |
| Binary | 11001100 | 110110 | 10111100 | 0 | 1001010 | 1000 | 10100 | 100110010 | 111100 | 110011 |
Color Harmonies of #CC36BC
Complementary color
Monochromatic Colors of #CC36BC
Black with #CC36BC
Text Example
Text Example
White with #CC36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36BC; }
p { color: rgb(204,54,188); }
H1.HeaderClassName
{
color: #CC36BC;
}
.AnyTagClassName
{
color: #CC36BC;
}
</style>
background-color css
<style>
a { background-color: #CC36BC; }
a { background-color: rgb(204,54,188); }
div.DivClassName
{
background-color: #CC36BC;
}
.BgClassName
{
background-color: #CC36BC;
}
</style>
border-color css
<style>
span { border-color: #CC36BC; }
span { border-color: rgb(204,54,188); }
td.TdClassName
{
border-color: #CC36BC;
}
.TagClassName
{
border-color: #CC36BC;
}
</style>