Shades of Fuchsia #CB53AD
Tints of Fuchsia #CB53AD
RGB
CMYK
RGB Variations
Color information
#CB53AD (or 0xCB53AD) is known color: Fuchsia. HEX triplet: CB, 53 and AD. RGB value is (203,83,173). Sum of RGB (Red+Green+Blue) = 203+83+173=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB53AD is #34AC52. Grayscale: #808080. Windows color (decimal): -3451987 or 11359179. OLE color: 11359179.
HSL color Cylindrical-coordinate representation of color #CB53AD: hue angle of 315º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53AD is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 173 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.20 |
| HSL | 315º | 0.54% | 0.56% | - |
| HSV(B) | 315º | 0.59% | 0.8% | - |
| XYZ | 35.26 | 21.9 | 41.9 | - |
| YUV | 129.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 173 | 0 | 0.59 | 0.15 | 0.20 | 315 | 0.54 | 0.56 |
| Hex | CB | 53 | AD | 0 | 3B | F | 14 | 13B | 36 | 38 |
| Octal | 313 | 123 | 255 | 0 | 73 | 17 | 24 | 473 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10101101 | 0 | 111011 | 1111 | 10100 | 100111011 | 110110 | 111000 |
Color Harmonies of #CB53AD
Complementary color
Monochromatic Colors of #CB53AD
Black with #CB53AD
Text Example
Text Example
White with #CB53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53AD; }
p { color: rgb(203,83,173); }
H1.HeaderClassName
{
color: #CB53AD;
}
.AnyTagClassName
{
color: #CB53AD;
}
</style>
background-color css
<style>
a { background-color: #CB53AD; }
a { background-color: rgb(203,83,173); }
div.DivClassName
{
background-color: #CB53AD;
}
.BgClassName
{
background-color: #CB53AD;
}
</style>
border-color css
<style>
span { border-color: #CB53AD; }
span { border-color: rgb(203,83,173); }
td.TdClassName
{
border-color: #CB53AD;
}
.TagClassName
{
border-color: #CB53AD;
}
</style>