Shades of Fuchsia #CB37BC
Tints of Fuchsia #CB37BC
RGB
CMYK
RGB Variations
Color information
#CB37BC (or 0xCB37BC) is known color: Fuchsia. HEX triplet: CB, 37 and BC. RGB value is (203,55,188). Sum of RGB (Red+Green+Blue) = 203+55+188=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37BC is #34C843. Grayscale: #727272. Windows color (decimal): -3459140 or 12335051. OLE color: 12335051.
HSL color Cylindrical-coordinate representation of color #CB37BC: hue angle of 306.08º 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 #CB37BC is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 188 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.20 |
| HSL | 306.08º | 0.59% | 0.51% | - |
| HSV(B) | 306.08º | 0.73% | 0.8% | - |
| XYZ | 35.07 | 19.06 | 49.41 | - |
| YUV | 114.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 188 | 0 | 0.73 | 0.07 | 0.20 | 306.08 | 0.59 | 0.51 |
| Hex | CB | 37 | BC | 0 | 49 | 7 | 14 | 132 | 3B | 33 |
| Octal | 313 | 67 | 274 | 0 | 111 | 7 | 24 | 462 | 73 | 63 |
| Binary | 11001011 | 110111 | 10111100 | 0 | 1001001 | 111 | 10100 | 100110010 | 111011 | 110011 |
Color Harmonies of #CB37BC
Complementary color
Monochromatic Colors of #CB37BC
Black with #CB37BC
Text Example
Text Example
White with #CB37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37BC; }
p { color: rgb(203,55,188); }
H1.HeaderClassName
{
color: #CB37BC;
}
.AnyTagClassName
{
color: #CB37BC;
}
</style>
background-color css
<style>
a { background-color: #CB37BC; }
a { background-color: rgb(203,55,188); }
div.DivClassName
{
background-color: #CB37BC;
}
.BgClassName
{
background-color: #CB37BC;
}
</style>
border-color css
<style>
span { border-color: #CB37BC; }
span { border-color: rgb(203,55,188); }
td.TdClassName
{
border-color: #CB37BC;
}
.TagClassName
{
border-color: #CB37BC;
}
</style>