Shades of Fuchsia #CB57AD
Tints of Fuchsia #CB57AD
RGB
CMYK
RGB Variations
Color information
#CB57AD (or 0xCB57AD) is known color: Fuchsia. HEX triplet: CB, 57 and AD. RGB value is (203,87,173). Sum of RGB (Red+Green+Blue) = 203+87+173=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB57AD is #34A852. Grayscale: #838383. Windows color (decimal): -3450963 or 11360203. OLE color: 11360203.
HSL color Cylindrical-coordinate representation of color #CB57AD: hue angle of 315.52º 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 #CB57AD is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 173 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.20 |
| HSL | 315.52º | 0.53% | 0.57% | - |
| HSV(B) | 315.52º | 0.57% | 0.8% | - |
| XYZ | 35.58 | 22.53 | 42.01 | - |
| YUV | 131.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 173 | 0 | 0.57 | 0.15 | 0.20 | 315.52 | 0.53 | 0.57 |
| Hex | CB | 57 | AD | 0 | 39 | F | 14 | 13C | 35 | 39 |
| Octal | 313 | 127 | 255 | 0 | 71 | 17 | 24 | 474 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10101101 | 0 | 111001 | 1111 | 10100 | 100111100 | 110101 | 111001 |
Color Harmonies of #CB57AD
Complementary color
Monochromatic Colors of #CB57AD
Black with #CB57AD
Text Example
Text Example
White with #CB57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57AD; }
p { color: rgb(203,87,173); }
H1.HeaderClassName
{
color: #CB57AD;
}
.AnyTagClassName
{
color: #CB57AD;
}
</style>
background-color css
<style>
a { background-color: #CB57AD; }
a { background-color: rgb(203,87,173); }
div.DivClassName
{
background-color: #CB57AD;
}
.BgClassName
{
background-color: #CB57AD;
}
</style>
border-color css
<style>
span { border-color: #CB57AD; }
span { border-color: rgb(203,87,173); }
td.TdClassName
{
border-color: #CB57AD;
}
.TagClassName
{
border-color: #CB57AD;
}
</style>