Shades of Fuchsia #CB40B1
Tints of Fuchsia #CB40B1
RGB
CMYK
RGB Variations
Color information
#CB40B1 (or 0xCB40B1) is known color: Fuchsia. HEX triplet: CB, 40 and B1. RGB value is (203,64,177). Sum of RGB (Red+Green+Blue) = 203+64+177=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40B1 is #34BF4E. Grayscale: #767676. Windows color (decimal): -3456847 or 11616459. OLE color: 11616459.
HSL color Cylindrical-coordinate representation of color #CB40B1: hue angle of 311.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40B1 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 177 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.20 |
| HSL | 311.22º | 0.57% | 0.52% | - |
| HSV(B) | 311.22º | 0.68% | 0.8% | - |
| XYZ | 34.4 | 19.54 | 43.55 | - |
| YUV | 118.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 177 | 0 | 0.68 | 0.13 | 0.20 | 311.22 | 0.57 | 0.52 |
| Hex | CB | 40 | B1 | 0 | 44 | D | 14 | 137 | 39 | 34 |
| Octal | 313 | 100 | 261 | 0 | 104 | 15 | 24 | 467 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10110001 | 0 | 1000100 | 1101 | 10100 | 100110111 | 111001 | 110100 |
Color Harmonies of #CB40B1
Complementary color
Monochromatic Colors of #CB40B1
Black with #CB40B1
Text Example
Text Example
White with #CB40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40B1; }
p { color: rgb(203,64,177); }
H1.HeaderClassName
{
color: #CB40B1;
}
.AnyTagClassName
{
color: #CB40B1;
}
</style>
background-color css
<style>
a { background-color: #CB40B1; }
a { background-color: rgb(203,64,177); }
div.DivClassName
{
background-color: #CB40B1;
}
.BgClassName
{
background-color: #CB40B1;
}
</style>
border-color css
<style>
span { border-color: #CB40B1; }
span { border-color: rgb(203,64,177); }
td.TdClassName
{
border-color: #CB40B1;
}
.TagClassName
{
border-color: #CB40B1;
}
</style>