Shades of Fuchsia #CB31B5
Tints of Fuchsia #CB31B5
RGB
CMYK
RGB Variations
Color information
#CB31B5 (or 0xCB31B5) is known color: Fuchsia. HEX triplet: CB, 31 and B5. RGB value is (203,49,181). Sum of RGB (Red+Green+Blue) = 203+49+181=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B5 is #34CE4A. Grayscale: #6D6D6D. Windows color (decimal): -3460683 or 11874763. OLE color: 11874763.
HSL color Cylindrical-coordinate representation of color #CB31B5: hue angle of 308.57º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31B5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 181 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.20 |
| HSL | 308.57º | 0.61% | 0.49% | - |
| HSV(B) | 308.57º | 0.76% | 0.8% | - |
| XYZ | 34.07 | 18.23 | 45.44 | - |
| YUV | 110.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 181 | 0 | 0.76 | 0.11 | 0.20 | 308.57 | 0.61 | 0.49 |
| Hex | CB | 31 | B5 | 0 | 4C | B | 14 | 135 | 3D | 31 |
| Octal | 313 | 61 | 265 | 0 | 114 | 13 | 24 | 465 | 75 | 61 |
| Binary | 11001011 | 110001 | 10110101 | 0 | 1001100 | 1011 | 10100 | 100110101 | 111101 | 110001 |
Color Harmonies of #CB31B5
Complementary color
Monochromatic Colors of #CB31B5
Black with #CB31B5
Text Example
Text Example
White with #CB31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31B5; }
p { color: rgb(203,49,181); }
H1.HeaderClassName
{
color: #CB31B5;
}
.AnyTagClassName
{
color: #CB31B5;
}
</style>
background-color css
<style>
a { background-color: #CB31B5; }
a { background-color: rgb(203,49,181); }
div.DivClassName
{
background-color: #CB31B5;
}
.BgClassName
{
background-color: #CB31B5;
}
</style>
border-color css
<style>
span { border-color: #CB31B5; }
span { border-color: rgb(203,49,181); }
td.TdClassName
{
border-color: #CB31B5;
}
.TagClassName
{
border-color: #CB31B5;
}
</style>