Shades of Fuchsia #CB57AF
Tints of Fuchsia #CB57AF
RGB
CMYK
RGB Variations
Color information
#CB57AF (or 0xCB57AF) is known color: Fuchsia. HEX triplet: CB, 57 and AF. RGB value is (203,87,175). Sum of RGB (Red+Green+Blue) = 203+87+175=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB57AF is #34A850. Grayscale: #838383. Windows color (decimal): -3450961 or 11491275. OLE color: 11491275.
HSL color Cylindrical-coordinate representation of color #CB57AF: hue angle of 314.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB57AF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 175 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.20 |
| HSL | 314.48º | 0.53% | 0.57% | - |
| HSV(B) | 314.48º | 0.57% | 0.8% | - |
| XYZ | 35.77 | 22.61 | 43.04 | - |
| YUV | 131.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 175 | 0 | 0.57 | 0.14 | 0.20 | 314.48 | 0.53 | 0.57 |
| Hex | CB | 57 | AF | 0 | 39 | E | 14 | 13A | 35 | 39 |
| Octal | 313 | 127 | 257 | 0 | 71 | 16 | 24 | 472 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10101111 | 0 | 111001 | 1110 | 10100 | 100111010 | 110101 | 111001 |
Color Harmonies of #CB57AF
Complementary color
Monochromatic Colors of #CB57AF
Black with #CB57AF
Text Example
Text Example
White with #CB57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57AF; }
p { color: rgb(203,87,175); }
H1.HeaderClassName
{
color: #CB57AF;
}
.AnyTagClassName
{
color: #CB57AF;
}
</style>
background-color css
<style>
a { background-color: #CB57AF; }
a { background-color: rgb(203,87,175); }
div.DivClassName
{
background-color: #CB57AF;
}
.BgClassName
{
background-color: #CB57AF;
}
</style>
border-color css
<style>
span { border-color: #CB57AF; }
span { border-color: rgb(203,87,175); }
td.TdClassName
{
border-color: #CB57AF;
}
.TagClassName
{
border-color: #CB57AF;
}
</style>