Shades of Fuchsia #CB37B2
Tints of Fuchsia #CB37B2
RGB
CMYK
RGB Variations
Color information
#CB37B2 (or 0xCB37B2) is known color: Fuchsia. HEX triplet: CB, 37 and B2. RGB value is (203,55,178). Sum of RGB (Red+Green+Blue) = 203+55+178=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37B2 is #34C84D. Grayscale: #707070. Windows color (decimal): -3459150 or 11679691. OLE color: 11679691.
HSL color Cylindrical-coordinate representation of color #CB37B2: hue angle of 310.14º 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 #CB37B2 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 178 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.20 |
| HSL | 310.14º | 0.59% | 0.51% | - |
| HSV(B) | 310.14º | 0.73% | 0.8% | - |
| XYZ | 34.03 | 18.64 | 43.92 | - |
| YUV | 113.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 178 | 0 | 0.73 | 0.12 | 0.20 | 310.14 | 0.59 | 0.51 |
| Hex | CB | 37 | B2 | 0 | 49 | C | 14 | 136 | 3B | 33 |
| Octal | 313 | 67 | 262 | 0 | 111 | 14 | 24 | 466 | 73 | 63 |
| Binary | 11001011 | 110111 | 10110010 | 0 | 1001001 | 1100 | 10100 | 100110110 | 111011 | 110011 |
Color Harmonies of #CB37B2
Complementary color
Monochromatic Colors of #CB37B2
Black with #CB37B2
Text Example
Text Example
White with #CB37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37B2; }
p { color: rgb(203,55,178); }
H1.HeaderClassName
{
color: #CB37B2;
}
.AnyTagClassName
{
color: #CB37B2;
}
</style>
background-color css
<style>
a { background-color: #CB37B2; }
a { background-color: rgb(203,55,178); }
div.DivClassName
{
background-color: #CB37B2;
}
.BgClassName
{
background-color: #CB37B2;
}
</style>
border-color css
<style>
span { border-color: #CB37B2; }
span { border-color: rgb(203,55,178); }
td.TdClassName
{
border-color: #CB37B2;
}
.TagClassName
{
border-color: #CB37B2;
}
</style>