Shades of Fuchsia #CB31CE
Tints of Fuchsia #CB31CE
RGB
CMYK
RGB Variations
Color information
#CB31CE (or 0xCB31CE) is known color: Fuchsia. HEX triplet: CB, 31 and CE. RGB value is (203,49,206). Sum of RGB (Red+Green+Blue) = 203+49+206=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31CE is #34CE31. Grayscale: #707070. Windows color (decimal): -3460658 or 13513163. OLE color: 13513163.
HSL color Cylindrical-coordinate representation of color #CB31CE: hue angle of 298.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31CE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 49 | 206 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.19 |
| HSL | 298.85º | 0.62% | 0.5% | - |
| HSV(B) | 298.85º | 0.76% | 0.81% | - |
| XYZ | 36.87 | 19.35 | 60.18 | - |
| YUV | 112.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 206 | 0.01 | 0.76 | 0 | 0.19 | 298.85 | 0.62 | 0.5 |
| Hex | CB | 31 | CE | 1 | 4C | 0 | 13 | 12B | 3E | 32 |
| Octal | 313 | 61 | 316 | 1 | 114 | 0 | 23 | 453 | 76 | 62 |
| Binary | 11001011 | 110001 | 11001110 | 1 | 1001100 | 0 | 10011 | 100101011 | 111110 | 110010 |
Color Harmonies of #CB31CE
Complementary color
Monochromatic Colors of #CB31CE
Black with #CB31CE
Text Example
Text Example
White with #CB31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31CE; }
p { color: rgb(203,49,206); }
H1.HeaderClassName
{
color: #CB31CE;
}
.AnyTagClassName
{
color: #CB31CE;
}
</style>
background-color css
<style>
a { background-color: #CB31CE; }
a { background-color: rgb(203,49,206); }
div.DivClassName
{
background-color: #CB31CE;
}
.BgClassName
{
background-color: #CB31CE;
}
</style>
border-color css
<style>
span { border-color: #CB31CE; }
span { border-color: rgb(203,49,206); }
td.TdClassName
{
border-color: #CB31CE;
}
.TagClassName
{
border-color: #CB31CE;
}
</style>