Shades of Fuchsia #CB36CE
Tints of Fuchsia #CB36CE
RGB
CMYK
RGB Variations
Color information
#CB36CE (or 0xCB36CE) is known color: Fuchsia. HEX triplet: CB, 36 and CE. RGB value is (203,54,206). Sum of RGB (Red+Green+Blue) = 203+54+206=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36CE is #34C931. Grayscale: #737373. Windows color (decimal): -3459378 or 13514443. OLE color: 13514443.
HSL color Cylindrical-coordinate representation of color #CB36CE: hue angle of 298.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB36CE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 54 | 206 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.19 |
| HSL | 298.82º | 0.61% | 0.51% | - |
| HSV(B) | 298.82º | 0.74% | 0.81% | - |
| XYZ | 37.09 | 19.79 | 60.26 | - |
| YUV | 115.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 206 | 0.01 | 0.74 | 0 | 0.19 | 298.82 | 0.61 | 0.51 |
| Hex | CB | 36 | CE | 1 | 4A | 0 | 13 | 12B | 3D | 33 |
| Octal | 313 | 66 | 316 | 1 | 112 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001011 | 110110 | 11001110 | 1 | 1001010 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CB36CE
Complementary color
Monochromatic Colors of #CB36CE
Black with #CB36CE
Text Example
Text Example
White with #CB36CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36CE; }
p { color: rgb(203,54,206); }
H1.HeaderClassName
{
color: #CB36CE;
}
.AnyTagClassName
{
color: #CB36CE;
}
</style>
background-color css
<style>
a { background-color: #CB36CE; }
a { background-color: rgb(203,54,206); }
div.DivClassName
{
background-color: #CB36CE;
}
.BgClassName
{
background-color: #CB36CE;
}
</style>
border-color css
<style>
span { border-color: #CB36CE; }
span { border-color: rgb(203,54,206); }
td.TdClassName
{
border-color: #CB36CE;
}
.TagClassName
{
border-color: #CB36CE;
}
</style>