Shades of Fuchsia #CB37B5
Tints of Fuchsia #CB37B5
RGB
CMYK
RGB Variations
Color information
#CB37B5 (or 0xCB37B5) is known color: Fuchsia. HEX triplet: CB, 37 and B5. RGB value is (203,55,181). Sum of RGB (Red+Green+Blue) = 203+55+181=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37B5 is #34C84A. Grayscale: #717171. Windows color (decimal): -3459147 or 11876299. OLE color: 11876299.
HSL color Cylindrical-coordinate representation of color #CB37B5: hue angle of 308.92º 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 #CB37B5 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 181 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.20 |
| HSL | 308.92º | 0.59% | 0.51% | - |
| HSV(B) | 308.92º | 0.73% | 0.8% | - |
| XYZ | 34.34 | 18.77 | 45.53 | - |
| YUV | 113.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 181 | 0 | 0.73 | 0.11 | 0.20 | 308.92 | 0.59 | 0.51 |
| Hex | CB | 37 | B5 | 0 | 49 | B | 14 | 135 | 3B | 33 |
| Octal | 313 | 67 | 265 | 0 | 111 | 13 | 24 | 465 | 73 | 63 |
| Binary | 11001011 | 110111 | 10110101 | 0 | 1001001 | 1011 | 10100 | 100110101 | 111011 | 110011 |
Color Harmonies of #CB37B5
Complementary color
Monochromatic Colors of #CB37B5
Black with #CB37B5
Text Example
Text Example
White with #CB37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37B5; }
p { color: rgb(203,55,181); }
H1.HeaderClassName
{
color: #CB37B5;
}
.AnyTagClassName
{
color: #CB37B5;
}
</style>
background-color css
<style>
a { background-color: #CB37B5; }
a { background-color: rgb(203,55,181); }
div.DivClassName
{
background-color: #CB37B5;
}
.BgClassName
{
background-color: #CB37B5;
}
</style>
border-color css
<style>
span { border-color: #CB37B5; }
span { border-color: rgb(203,55,181); }
td.TdClassName
{
border-color: #CB37B5;
}
.TagClassName
{
border-color: #CB37B5;
}
</style>