Shades of Fuchsia #CB57BA
Tints of Fuchsia #CB57BA
RGB
CMYK
RGB Variations
Color information
#CB57BA (or 0xCB57BA) is known color: Fuchsia. HEX triplet: CB, 57 and BA. RGB value is (203,87,186). Sum of RGB (Red+Green+Blue) = 203+87+186=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57BA is #34A845. Grayscale: #848484. Windows color (decimal): -3450950 or 12212171. OLE color: 12212171.
HSL color Cylindrical-coordinate representation of color #CB57BA: hue angle of 308.79º 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 #CB57BA is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 186 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.20 |
| HSL | 308.79º | 0.53% | 0.57% | - |
| HSV(B) | 308.79º | 0.57% | 0.8% | - |
| XYZ | 36.9 | 23.06 | 48.96 | - |
| YUV | 132.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 186 | 0 | 0.57 | 0.08 | 0.20 | 308.79 | 0.53 | 0.57 |
| Hex | CB | 57 | BA | 0 | 39 | 8 | 14 | 135 | 35 | 39 |
| Octal | 313 | 127 | 272 | 0 | 71 | 10 | 24 | 465 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10111010 | 0 | 111001 | 1000 | 10100 | 100110101 | 110101 | 111001 |
Color Harmonies of #CB57BA
Complementary color
Monochromatic Colors of #CB57BA
Black with #CB57BA
Text Example
Text Example
White with #CB57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57BA; }
p { color: rgb(203,87,186); }
H1.HeaderClassName
{
color: #CB57BA;
}
.AnyTagClassName
{
color: #CB57BA;
}
</style>
background-color css
<style>
a { background-color: #CB57BA; }
a { background-color: rgb(203,87,186); }
div.DivClassName
{
background-color: #CB57BA;
}
.BgClassName
{
background-color: #CB57BA;
}
</style>
border-color css
<style>
span { border-color: #CB57BA; }
span { border-color: rgb(203,87,186); }
td.TdClassName
{
border-color: #CB57BA;
}
.TagClassName
{
border-color: #CB57BA;
}
</style>