Shades of Fuchsia #CC37BC
Tints of Fuchsia #CC37BC
RGB
CMYK
RGB Variations
Color information
#CC37BC (or 0xCC37BC) is known color: Fuchsia. HEX triplet: CC, 37 and BC. RGB value is (204,55,188). Sum of RGB (Red+Green+Blue) = 204+55+188=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37BC is #33C843. Grayscale: #727272. Windows color (decimal): -3393604 or 12335052. OLE color: 12335052.
HSL color Cylindrical-coordinate representation of color #CC37BC: hue angle of 306.44º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37BC is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 188 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.2 |
| HSL | 306.44º | 0.59% | 0.51% | - |
| HSV(B) | 306.44º | 0.73% | 0.8% | - |
| XYZ | 35.35 | 19.2 | 49.42 | - |
| YUV | 114.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 188 | 0 | 0.73 | 0.08 | 0.2 | 306.44 | 0.59 | 0.51 |
| Hex | CC | 37 | BC | 0 | 49 | 8 | 14 | 132 | 3B | 33 |
| Octal | 314 | 67 | 274 | 0 | 111 | 10 | 24 | 462 | 73 | 63 |
| Binary | 11001100 | 110111 | 10111100 | 0 | 1001001 | 1000 | 10100 | 100110010 | 111011 | 110011 |
Color Harmonies of #CC37BC
Complementary color
Monochromatic Colors of #CC37BC
Black with #CC37BC
Text Example
Text Example
White with #CC37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37BC; }
p { color: rgb(204,55,188); }
H1.HeaderClassName
{
color: #CC37BC;
}
.AnyTagClassName
{
color: #CC37BC;
}
</style>
background-color css
<style>
a { background-color: #CC37BC; }
a { background-color: rgb(204,55,188); }
div.DivClassName
{
background-color: #CC37BC;
}
.BgClassName
{
background-color: #CC37BC;
}
</style>
border-color css
<style>
span { border-color: #CC37BC; }
span { border-color: rgb(204,55,188); }
td.TdClassName
{
border-color: #CC37BC;
}
.TagClassName
{
border-color: #CC37BC;
}
</style>