Shades of Fuchsia #CB37BF
Tints of Fuchsia #CB37BF
RGB
CMYK
RGB Variations
Color information
#CB37BF (or 0xCB37BF) is known color: Fuchsia. HEX triplet: CB, 37 and BF. RGB value is (203,55,191). Sum of RGB (Red+Green+Blue) = 203+55+191=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37BF is #34C840. Grayscale: #727272. Windows color (decimal): -3459137 or 12531659. OLE color: 12531659.
HSL color Cylindrical-coordinate representation of color #CB37BF: hue angle of 304.86º 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 #CB37BF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 191 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.20 |
| HSL | 304.86º | 0.59% | 0.51% | - |
| HSV(B) | 304.86º | 0.73% | 0.8% | - |
| XYZ | 35.4 | 19.19 | 51.13 | - |
| YUV | 114.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 191 | 0 | 0.73 | 0.06 | 0.20 | 304.86 | 0.59 | 0.51 |
| Hex | CB | 37 | BF | 0 | 49 | 6 | 14 | 131 | 3B | 33 |
| Octal | 313 | 67 | 277 | 0 | 111 | 6 | 24 | 461 | 73 | 63 |
| Binary | 11001011 | 110111 | 10111111 | 0 | 1001001 | 110 | 10100 | 100110001 | 111011 | 110011 |
Color Harmonies of #CB37BF
Complementary color
Monochromatic Colors of #CB37BF
Black with #CB37BF
Text Example
Text Example
White with #CB37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37BF; }
p { color: rgb(203,55,191); }
H1.HeaderClassName
{
color: #CB37BF;
}
.AnyTagClassName
{
color: #CB37BF;
}
</style>
background-color css
<style>
a { background-color: #CB37BF; }
a { background-color: rgb(203,55,191); }
div.DivClassName
{
background-color: #CB37BF;
}
.BgClassName
{
background-color: #CB37BF;
}
</style>
border-color css
<style>
span { border-color: #CB37BF; }
span { border-color: rgb(203,55,191); }
td.TdClassName
{
border-color: #CB37BF;
}
.TagClassName
{
border-color: #CB37BF;
}
</style>