Shades of Fuchsia #CB37BD
Tints of Fuchsia #CB37BD
RGB
CMYK
RGB Variations
Color information
#CB37BD (or 0xCB37BD) is known color: Fuchsia. HEX triplet: CB, 37 and BD. RGB value is (203,55,189). Sum of RGB (Red+Green+Blue) = 203+55+189=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37BD is #34C842. Grayscale: #727272. Windows color (decimal): -3459139 or 12400587. OLE color: 12400587.
HSL color Cylindrical-coordinate representation of color #CB37BD: hue angle of 305.68º 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 #CB37BD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 189 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.20 |
| HSL | 305.68º | 0.59% | 0.51% | - |
| HSV(B) | 305.68º | 0.73% | 0.8% | - |
| XYZ | 35.18 | 19.1 | 49.98 | - |
| YUV | 114.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 189 | 0 | 0.73 | 0.07 | 0.20 | 305.68 | 0.59 | 0.51 |
| Hex | CB | 37 | BD | 0 | 49 | 7 | 14 | 132 | 3B | 33 |
| Octal | 313 | 67 | 275 | 0 | 111 | 7 | 24 | 462 | 73 | 63 |
| Binary | 11001011 | 110111 | 10111101 | 0 | 1001001 | 111 | 10100 | 100110010 | 111011 | 110011 |
Color Harmonies of #CB37BD
Complementary color
Monochromatic Colors of #CB37BD
Black with #CB37BD
Text Example
Text Example
White with #CB37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37BD; }
p { color: rgb(203,55,189); }
H1.HeaderClassName
{
color: #CB37BD;
}
.AnyTagClassName
{
color: #CB37BD;
}
</style>
background-color css
<style>
a { background-color: #CB37BD; }
a { background-color: rgb(203,55,189); }
div.DivClassName
{
background-color: #CB37BD;
}
.BgClassName
{
background-color: #CB37BD;
}
</style>
border-color css
<style>
span { border-color: #CB37BD; }
span { border-color: rgb(203,55,189); }
td.TdClassName
{
border-color: #CB37BD;
}
.TagClassName
{
border-color: #CB37BD;
}
</style>