Shades of Fuchsia #CB36B2
Tints of Fuchsia #CB36B2
RGB
CMYK
RGB Variations
Color information
#CB36B2 (or 0xCB36B2) is known color: Fuchsia. HEX triplet: CB, 36 and B2. RGB value is (203,54,178). Sum of RGB (Red+Green+Blue) = 203+54+178=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36B2 is #34C94D. Grayscale: #707070. Windows color (decimal): -3459406 or 11679435. OLE color: 11679435.
HSL color Cylindrical-coordinate representation of color #CB36B2: hue angle of 310.07º 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 #CB36B2 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 178 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.20 |
| HSL | 310.07º | 0.59% | 0.5% | - |
| HSV(B) | 310.07º | 0.73% | 0.8% | - |
| XYZ | 33.98 | 18.55 | 43.91 | - |
| YUV | 112.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 178 | 0 | 0.73 | 0.12 | 0.20 | 310.07 | 0.59 | 0.5 |
| Hex | CB | 36 | B2 | 0 | 49 | C | 14 | 136 | 3B | 32 |
| Octal | 313 | 66 | 262 | 0 | 111 | 14 | 24 | 466 | 73 | 62 |
| Binary | 11001011 | 110110 | 10110010 | 0 | 1001001 | 1100 | 10100 | 100110110 | 111011 | 110010 |
Color Harmonies of #CB36B2
Complementary color
Monochromatic Colors of #CB36B2
Black with #CB36B2
Text Example
Text Example
White with #CB36B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36B2; }
p { color: rgb(203,54,178); }
H1.HeaderClassName
{
color: #CB36B2;
}
.AnyTagClassName
{
color: #CB36B2;
}
</style>
background-color css
<style>
a { background-color: #CB36B2; }
a { background-color: rgb(203,54,178); }
div.DivClassName
{
background-color: #CB36B2;
}
.BgClassName
{
background-color: #CB36B2;
}
</style>
border-color css
<style>
span { border-color: #CB36B2; }
span { border-color: rgb(203,54,178); }
td.TdClassName
{
border-color: #CB36B2;
}
.TagClassName
{
border-color: #CB36B2;
}
</style>