Shades of Fuchsia #CC36B1
Tints of Fuchsia #CC36B1
RGB
CMYK
RGB Variations
Color information
#CC36B1 (or 0xCC36B1) is known color: Fuchsia. HEX triplet: CC, 36 and B1. RGB value is (204,54,177). Sum of RGB (Red+Green+Blue) = 204+54+177=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36B1 is #33C94E. Grayscale: #707070. Windows color (decimal): -3393871 or 11613900. OLE color: 11613900.
HSL color Cylindrical-coordinate representation of color #CC36B1: hue angle of 310.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 #CC36B1 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 177 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.2 |
| HSL | 310.8º | 0.6% | 0.51% | - |
| HSV(B) | 310.8º | 0.74% | 0.8% | - |
| XYZ | 34.16 | 18.65 | 43.39 | - |
| YUV | 112.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 177 | 0 | 0.74 | 0.13 | 0.2 | 310.8 | 0.6 | 0.51 |
| Hex | CC | 36 | B1 | 0 | 4A | D | 14 | 137 | 3C | 33 |
| Octal | 314 | 66 | 261 | 0 | 112 | 15 | 24 | 467 | 74 | 63 |
| Binary | 11001100 | 110110 | 10110001 | 0 | 1001010 | 1101 | 10100 | 100110111 | 111100 | 110011 |
Color Harmonies of #CC36B1
Complementary color
Monochromatic Colors of #CC36B1
Black with #CC36B1
Text Example
Text Example
White with #CC36B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36B1; }
p { color: rgb(204,54,177); }
H1.HeaderClassName
{
color: #CC36B1;
}
.AnyTagClassName
{
color: #CC36B1;
}
</style>
background-color css
<style>
a { background-color: #CC36B1; }
a { background-color: rgb(204,54,177); }
div.DivClassName
{
background-color: #CC36B1;
}
.BgClassName
{
background-color: #CC36B1;
}
</style>
border-color css
<style>
span { border-color: #CC36B1; }
span { border-color: rgb(204,54,177); }
td.TdClassName
{
border-color: #CC36B1;
}
.TagClassName
{
border-color: #CC36B1;
}
</style>