Shades of Fuchsia #CB57BD
Tints of Fuchsia #CB57BD
RGB
CMYK
RGB Variations
Color information
#CB57BD (or 0xCB57BD) is known color: Fuchsia. HEX triplet: CB, 57 and BD. RGB value is (203,87,189). Sum of RGB (Red+Green+Blue) = 203+87+189=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57BD is #34A842. Grayscale: #858585. Windows color (decimal): -3450947 or 12408779. OLE color: 12408779.
HSL color Cylindrical-coordinate representation of color #CB57BD: hue angle of 307.24º 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 #CB57BD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 189 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.20 |
| HSL | 307.24º | 0.53% | 0.57% | - |
| HSV(B) | 307.24º | 0.57% | 0.8% | - |
| XYZ | 37.22 | 23.19 | 50.66 | - |
| YUV | 133.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 189 | 0 | 0.57 | 0.07 | 0.20 | 307.24 | 0.53 | 0.57 |
| Hex | CB | 57 | BD | 0 | 39 | 7 | 14 | 133 | 35 | 39 |
| Octal | 313 | 127 | 275 | 0 | 71 | 7 | 24 | 463 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10111101 | 0 | 111001 | 111 | 10100 | 100110011 | 110101 | 111001 |
Color Harmonies of #CB57BD
Complementary color
Monochromatic Colors of #CB57BD
Black with #CB57BD
Text Example
Text Example
White with #CB57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57BD; }
p { color: rgb(203,87,189); }
H1.HeaderClassName
{
color: #CB57BD;
}
.AnyTagClassName
{
color: #CB57BD;
}
</style>
background-color css
<style>
a { background-color: #CB57BD; }
a { background-color: rgb(203,87,189); }
div.DivClassName
{
background-color: #CB57BD;
}
.BgClassName
{
background-color: #CB57BD;
}
</style>
border-color css
<style>
span { border-color: #CB57BD; }
span { border-color: rgb(203,87,189); }
td.TdClassName
{
border-color: #CB57BD;
}
.TagClassName
{
border-color: #CB57BD;
}
</style>