Shades of Fuchsia #CB5DAF
Tints of Fuchsia #CB5DAF
RGB
CMYK
RGB Variations
Color information
#CB5DAF (or 0xCB5DAF) is known color: Fuchsia. HEX triplet: CB, 5D and AF. RGB value is (203,93,175). Sum of RGB (Red+Green+Blue) = 203+93+175=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DAF is #34A250. Grayscale: #878787. Windows color (decimal): -3449425 or 11492811. OLE color: 11492811.
HSL color Cylindrical-coordinate representation of color #CB5DAF: hue angle of 315.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DAF is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 175 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.20 |
| HSL | 315.27º | 0.51% | 0.58% | - |
| HSV(B) | 315.27º | 0.54% | 0.8% | - |
| XYZ | 36.28 | 23.62 | 43.2 | - |
| YUV | 135.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 175 | 0 | 0.54 | 0.14 | 0.20 | 315.27 | 0.51 | 0.58 |
| Hex | CB | 5D | AF | 0 | 36 | E | 14 | 13B | 33 | 3A |
| Octal | 313 | 135 | 257 | 0 | 66 | 16 | 24 | 473 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10101111 | 0 | 110110 | 1110 | 10100 | 100111011 | 110011 | 111010 |
Color Harmonies of #CB5DAF
Complementary color
Monochromatic Colors of #CB5DAF
Black with #CB5DAF
Text Example
Text Example
White with #CB5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DAF; }
p { color: rgb(203,93,175); }
H1.HeaderClassName
{
color: #CB5DAF;
}
.AnyTagClassName
{
color: #CB5DAF;
}
</style>
background-color css
<style>
a { background-color: #CB5DAF; }
a { background-color: rgb(203,93,175); }
div.DivClassName
{
background-color: #CB5DAF;
}
.BgClassName
{
background-color: #CB5DAF;
}
</style>
border-color css
<style>
span { border-color: #CB5DAF; }
span { border-color: rgb(203,93,175); }
td.TdClassName
{
border-color: #CB5DAF;
}
.TagClassName
{
border-color: #CB5DAF;
}
</style>