Shades of Fuchsia #CB40AD
Tints of Fuchsia #CB40AD
RGB
CMYK
RGB Variations
Color information
#CB40AD (or 0xCB40AD) is known color: Fuchsia. HEX triplet: CB, 40 and AD. RGB value is (203,64,173). Sum of RGB (Red+Green+Blue) = 203+64+173=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40AD is #34BF52. Grayscale: #757575. Windows color (decimal): -3456851 or 11354315. OLE color: 11354315.
HSL color Cylindrical-coordinate representation of color #CB40AD: hue angle of 312.95º 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 #CB40AD is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 173 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.20 |
| HSL | 312.95º | 0.57% | 0.52% | - |
| HSV(B) | 312.95º | 0.68% | 0.8% | - |
| XYZ | 34 | 19.38 | 41.48 | - |
| YUV | 117.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 173 | 0 | 0.68 | 0.15 | 0.20 | 312.95 | 0.57 | 0.52 |
| Hex | CB | 40 | AD | 0 | 44 | F | 14 | 139 | 39 | 34 |
| Octal | 313 | 100 | 255 | 0 | 104 | 17 | 24 | 471 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10101101 | 0 | 1000100 | 1111 | 10100 | 100111001 | 111001 | 110100 |
Color Harmonies of #CB40AD
Complementary color
Monochromatic Colors of #CB40AD
Black with #CB40AD
Text Example
Text Example
White with #CB40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40AD; }
p { color: rgb(203,64,173); }
H1.HeaderClassName
{
color: #CB40AD;
}
.AnyTagClassName
{
color: #CB40AD;
}
</style>
background-color css
<style>
a { background-color: #CB40AD; }
a { background-color: rgb(203,64,173); }
div.DivClassName
{
background-color: #CB40AD;
}
.BgClassName
{
background-color: #CB40AD;
}
</style>
border-color css
<style>
span { border-color: #CB40AD; }
span { border-color: rgb(203,64,173); }
td.TdClassName
{
border-color: #CB40AD;
}
.TagClassName
{
border-color: #CB40AD;
}
</style>