Shades of Fuchsia #CB36B0
Tints of Fuchsia #CB36B0
RGB
CMYK
RGB Variations
Color information
#CB36B0 (or 0xCB36B0) is known color: Fuchsia. HEX triplet: CB, 36 and B0. RGB value is (203,54,176). Sum of RGB (Red+Green+Blue) = 203+54+176=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36B0 is #34C94F. Grayscale: #707070. Windows color (decimal): -3459408 or 11548363. OLE color: 11548363.
HSL color Cylindrical-coordinate representation of color #CB36B0: hue angle of 310.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB36B0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 176 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.20 |
| HSL | 310.87º | 0.59% | 0.5% | - |
| HSV(B) | 310.87º | 0.73% | 0.8% | - |
| XYZ | 33.78 | 18.47 | 42.86 | - |
| YUV | 112.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 176 | 0 | 0.73 | 0.13 | 0.20 | 310.87 | 0.59 | 0.5 |
| Hex | CB | 36 | B0 | 0 | 49 | D | 14 | 137 | 3B | 32 |
| Octal | 313 | 66 | 260 | 0 | 111 | 15 | 24 | 467 | 73 | 62 |
| Binary | 11001011 | 110110 | 10110000 | 0 | 1001001 | 1101 | 10100 | 100110111 | 111011 | 110010 |
Color Harmonies of #CB36B0
Complementary color
Monochromatic Colors of #CB36B0
Black with #CB36B0
Text Example
Text Example
White with #CB36B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36B0; }
p { color: rgb(203,54,176); }
H1.HeaderClassName
{
color: #CB36B0;
}
.AnyTagClassName
{
color: #CB36B0;
}
</style>
background-color css
<style>
a { background-color: #CB36B0; }
a { background-color: rgb(203,54,176); }
div.DivClassName
{
background-color: #CB36B0;
}
.BgClassName
{
background-color: #CB36B0;
}
</style>
border-color css
<style>
span { border-color: #CB36B0; }
span { border-color: rgb(203,54,176); }
td.TdClassName
{
border-color: #CB36B0;
}
.TagClassName
{
border-color: #CB36B0;
}
</style>