Shades of Fuchsia #CB54AD
Tints of Fuchsia #CB54AD
RGB
CMYK
RGB Variations
Color information
#CB54AD (or 0xCB54AD) is known color: Fuchsia. HEX triplet: CB, 54 and AD. RGB value is (203,84,173). Sum of RGB (Red+Green+Blue) = 203+84+173=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB54AD is #34AB52. Grayscale: #818181. Windows color (decimal): -3451731 or 11359435. OLE color: 11359435.
HSL color Cylindrical-coordinate representation of color #CB54AD: hue angle of 315.13º degrees, saturation: 0.53, 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 #CB54AD is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 173 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.20 |
| HSL | 315.13º | 0.53% | 0.56% | - |
| HSV(B) | 315.13º | 0.59% | 0.8% | - |
| XYZ | 35.34 | 22.05 | 41.93 | - |
| YUV | 129.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 173 | 0 | 0.59 | 0.15 | 0.20 | 315.13 | 0.53 | 0.56 |
| Hex | CB | 54 | AD | 0 | 3B | F | 14 | 13B | 35 | 38 |
| Octal | 313 | 124 | 255 | 0 | 73 | 17 | 24 | 473 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10101101 | 0 | 111011 | 1111 | 10100 | 100111011 | 110101 | 111000 |
Color Harmonies of #CB54AD
Complementary color
Monochromatic Colors of #CB54AD
Black with #CB54AD
Text Example
Text Example
White with #CB54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54AD; }
p { color: rgb(203,84,173); }
H1.HeaderClassName
{
color: #CB54AD;
}
.AnyTagClassName
{
color: #CB54AD;
}
</style>
background-color css
<style>
a { background-color: #CB54AD; }
a { background-color: rgb(203,84,173); }
div.DivClassName
{
background-color: #CB54AD;
}
.BgClassName
{
background-color: #CB54AD;
}
</style>
border-color css
<style>
span { border-color: #CB54AD; }
span { border-color: rgb(203,84,173); }
td.TdClassName
{
border-color: #CB54AD;
}
.TagClassName
{
border-color: #CB54AD;
}
</style>