Shades of Fuchsia #CB54AF
Tints of Fuchsia #CB54AF
RGB
CMYK
RGB Variations
Color information
#CB54AF (or 0xCB54AF) is known color: Fuchsia. HEX triplet: CB, 54 and AF. RGB value is (203,84,175). Sum of RGB (Red+Green+Blue) = 203+84+175=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB54AF is #34AB50. Grayscale: #818181. Windows color (decimal): -3451729 or 11490507. OLE color: 11490507.
HSL color Cylindrical-coordinate representation of color #CB54AF: hue angle of 314.12º 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 #CB54AF is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 175 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.20 |
| HSL | 314.12º | 0.53% | 0.56% | - |
| HSV(B) | 314.12º | 0.59% | 0.8% | - |
| XYZ | 35.54 | 22.13 | 42.96 | - |
| YUV | 129.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 175 | 0 | 0.59 | 0.14 | 0.20 | 314.12 | 0.53 | 0.56 |
| Hex | CB | 54 | AF | 0 | 3B | E | 14 | 13A | 35 | 38 |
| Octal | 313 | 124 | 257 | 0 | 73 | 16 | 24 | 472 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10101111 | 0 | 111011 | 1110 | 10100 | 100111010 | 110101 | 111000 |
Color Harmonies of #CB54AF
Complementary color
Monochromatic Colors of #CB54AF
Black with #CB54AF
Text Example
Text Example
White with #CB54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54AF; }
p { color: rgb(203,84,175); }
H1.HeaderClassName
{
color: #CB54AF;
}
.AnyTagClassName
{
color: #CB54AF;
}
</style>
background-color css
<style>
a { background-color: #CB54AF; }
a { background-color: rgb(203,84,175); }
div.DivClassName
{
background-color: #CB54AF;
}
.BgClassName
{
background-color: #CB54AF;
}
</style>
border-color css
<style>
span { border-color: #CB54AF; }
span { border-color: rgb(203,84,175); }
td.TdClassName
{
border-color: #CB54AF;
}
.TagClassName
{
border-color: #CB54AF;
}
</style>