Shades of Fuchsia #CC36BF
Tints of Fuchsia #CC36BF
RGB
CMYK
RGB Variations
Color information
#CC36BF (or 0xCC36BF) is known color: Fuchsia. HEX triplet: CC, 36 and BF. RGB value is (204,54,191). Sum of RGB (Red+Green+Blue) = 204+54+191=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36BF is #33C940. Grayscale: #727272. Windows color (decimal): -3393857 or 12531404. OLE color: 12531404.
HSL color Cylindrical-coordinate representation of color #CC36BF: hue angle of 305.2º 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 #CC36BF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 191 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.2 |
| HSL | 305.2º | 0.6% | 0.51% | - |
| HSV(B) | 305.2º | 0.74% | 0.8% | - |
| XYZ | 35.62 | 19.24 | 51.13 | - |
| YUV | 114.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 191 | 0 | 0.74 | 0.06 | 0.2 | 305.2 | 0.6 | 0.51 |
| Hex | CC | 36 | BF | 0 | 4A | 6 | 14 | 131 | 3C | 33 |
| Octal | 314 | 66 | 277 | 0 | 112 | 6 | 24 | 461 | 74 | 63 |
| Binary | 11001100 | 110110 | 10111111 | 0 | 1001010 | 110 | 10100 | 100110001 | 111100 | 110011 |
Color Harmonies of #CC36BF
Complementary color
Monochromatic Colors of #CC36BF
Black with #CC36BF
Text Example
Text Example
White with #CC36BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36BF; }
p { color: rgb(204,54,191); }
H1.HeaderClassName
{
color: #CC36BF;
}
.AnyTagClassName
{
color: #CC36BF;
}
</style>
background-color css
<style>
a { background-color: #CC36BF; }
a { background-color: rgb(204,54,191); }
div.DivClassName
{
background-color: #CC36BF;
}
.BgClassName
{
background-color: #CC36BF;
}
</style>
border-color css
<style>
span { border-color: #CC36BF; }
span { border-color: rgb(204,54,191); }
td.TdClassName
{
border-color: #CC36BF;
}
.TagClassName
{
border-color: #CC36BF;
}
</style>