Shades of Fuchsia #CB40B5
Tints of Fuchsia #CB40B5
RGB
CMYK
RGB Variations
Color information
#CB40B5 (or 0xCB40B5) is known color: Fuchsia. HEX triplet: CB, 40 and B5. RGB value is (203,64,181). Sum of RGB (Red+Green+Blue) = 203+64+181=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40B5 is #34BF4A. Grayscale: #767676. Windows color (decimal): -3456843 or 11878603. OLE color: 11878603.
HSL color Cylindrical-coordinate representation of color #CB40B5: hue angle of 309.5º 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 #CB40B5 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 181 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.20 |
| HSL | 309.5º | 0.57% | 0.52% | - |
| HSV(B) | 309.5º | 0.68% | 0.8% | - |
| XYZ | 34.8 | 19.7 | 45.68 | - |
| YUV | 118.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 181 | 0 | 0.68 | 0.11 | 0.20 | 309.5 | 0.57 | 0.52 |
| Hex | CB | 40 | B5 | 0 | 44 | B | 14 | 135 | 39 | 34 |
| Octal | 313 | 100 | 265 | 0 | 104 | 13 | 24 | 465 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10110101 | 0 | 1000100 | 1011 | 10100 | 100110101 | 111001 | 110100 |
Color Harmonies of #CB40B5
Complementary color
Monochromatic Colors of #CB40B5
Black with #CB40B5
Text Example
Text Example
White with #CB40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40B5; }
p { color: rgb(203,64,181); }
H1.HeaderClassName
{
color: #CB40B5;
}
.AnyTagClassName
{
color: #CB40B5;
}
</style>
background-color css
<style>
a { background-color: #CB40B5; }
a { background-color: rgb(203,64,181); }
div.DivClassName
{
background-color: #CB40B5;
}
.BgClassName
{
background-color: #CB40B5;
}
</style>
border-color css
<style>
span { border-color: #CB40B5; }
span { border-color: rgb(203,64,181); }
td.TdClassName
{
border-color: #CB40B5;
}
.TagClassName
{
border-color: #CB40B5;
}
</style>