Shades of Fuchsia #CB36B5
Tints of Fuchsia #CB36B5
RGB
CMYK
RGB Variations
Color information
#CB36B5 (or 0xCB36B5) is known color: Fuchsia. HEX triplet: CB, 36 and B5. RGB value is (203,54,181). Sum of RGB (Red+Green+Blue) = 203+54+181=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36B5 is #34C94A. Grayscale: #707070. Windows color (decimal): -3459403 or 11876043. OLE color: 11876043.
HSL color Cylindrical-coordinate representation of color #CB36B5: hue angle of 308.86º 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 #CB36B5 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 181 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.20 |
| HSL | 308.86º | 0.59% | 0.5% | - |
| HSV(B) | 308.86º | 0.73% | 0.8% | - |
| XYZ | 34.29 | 18.67 | 45.51 | - |
| YUV | 113.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 181 | 0 | 0.73 | 0.11 | 0.20 | 308.86 | 0.59 | 0.5 |
| Hex | CB | 36 | B5 | 0 | 49 | B | 14 | 135 | 3B | 32 |
| Octal | 313 | 66 | 265 | 0 | 111 | 13 | 24 | 465 | 73 | 62 |
| Binary | 11001011 | 110110 | 10110101 | 0 | 1001001 | 1011 | 10100 | 100110101 | 111011 | 110010 |
Color Harmonies of #CB36B5
Complementary color
Monochromatic Colors of #CB36B5
Black with #CB36B5
Text Example
Text Example
White with #CB36B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36B5; }
p { color: rgb(203,54,181); }
H1.HeaderClassName
{
color: #CB36B5;
}
.AnyTagClassName
{
color: #CB36B5;
}
</style>
background-color css
<style>
a { background-color: #CB36B5; }
a { background-color: rgb(203,54,181); }
div.DivClassName
{
background-color: #CB36B5;
}
.BgClassName
{
background-color: #CB36B5;
}
</style>
border-color css
<style>
span { border-color: #CB36B5; }
span { border-color: rgb(203,54,181); }
td.TdClassName
{
border-color: #CB36B5;
}
.TagClassName
{
border-color: #CB36B5;
}
</style>