Shades of Fuchsia #CC36B2
Tints of Fuchsia #CC36B2
RGB
CMYK
RGB Variations
Color information
#CC36B2 (or 0xCC36B2) is known color: Fuchsia. HEX triplet: CC, 36 and B2. RGB value is (204,54,178). Sum of RGB (Red+Green+Blue) = 204+54+178=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36B2 is #33C94D. Grayscale: #707070. Windows color (decimal): -3393870 or 11679436. OLE color: 11679436.
HSL color Cylindrical-coordinate representation of color #CC36B2: hue angle of 310.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 #CC36B2 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 178 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.2 |
| HSL | 310.4º | 0.6% | 0.51% | - |
| HSV(B) | 310.4º | 0.74% | 0.8% | - |
| XYZ | 34.26 | 18.69 | 43.92 | - |
| YUV | 112.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 178 | 0 | 0.74 | 0.13 | 0.2 | 310.4 | 0.6 | 0.51 |
| Hex | CC | 36 | B2 | 0 | 4A | D | 14 | 136 | 3C | 33 |
| Octal | 314 | 66 | 262 | 0 | 112 | 15 | 24 | 466 | 74 | 63 |
| Binary | 11001100 | 110110 | 10110010 | 0 | 1001010 | 1101 | 10100 | 100110110 | 111100 | 110011 |
Color Harmonies of #CC36B2
Complementary color
Monochromatic Colors of #CC36B2
Black with #CC36B2
Text Example
Text Example
White with #CC36B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36B2; }
p { color: rgb(204,54,178); }
H1.HeaderClassName
{
color: #CC36B2;
}
.AnyTagClassName
{
color: #CC36B2;
}
</style>
background-color css
<style>
a { background-color: #CC36B2; }
a { background-color: rgb(204,54,178); }
div.DivClassName
{
background-color: #CC36B2;
}
.BgClassName
{
background-color: #CC36B2;
}
</style>
border-color css
<style>
span { border-color: #CC36B2; }
span { border-color: rgb(204,54,178); }
td.TdClassName
{
border-color: #CC36B2;
}
.TagClassName
{
border-color: #CC36B2;
}
</style>