Shades of Fuchsia #CB57BC
Tints of Fuchsia #CB57BC
RGB
CMYK
RGB Variations
Color information
#CB57BC (or 0xCB57BC) is known color: Fuchsia. HEX triplet: CB, 57 and BC. RGB value is (203,87,188). Sum of RGB (Red+Green+Blue) = 203+87+188=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57BC is #34A843. Grayscale: #848484. Windows color (decimal): -3450948 or 12343243. OLE color: 12343243.
HSL color Cylindrical-coordinate representation of color #CB57BC: hue angle of 307.76º 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 #CB57BC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 188 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.20 |
| HSL | 307.76º | 0.53% | 0.57% | - |
| HSV(B) | 307.76º | 0.57% | 0.8% | - |
| XYZ | 37.11 | 23.14 | 50.09 | - |
| YUV | 133.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 188 | 0 | 0.57 | 0.07 | 0.20 | 307.76 | 0.53 | 0.57 |
| Hex | CB | 57 | BC | 0 | 39 | 7 | 14 | 134 | 35 | 39 |
| Octal | 313 | 127 | 274 | 0 | 71 | 7 | 24 | 464 | 65 | 71 |
| Binary | 11001011 | 1010111 | 10111100 | 0 | 111001 | 111 | 10100 | 100110100 | 110101 | 111001 |
Color Harmonies of #CB57BC
Complementary color
Monochromatic Colors of #CB57BC
Black with #CB57BC
Text Example
Text Example
White with #CB57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57BC; }
p { color: rgb(203,87,188); }
H1.HeaderClassName
{
color: #CB57BC;
}
.AnyTagClassName
{
color: #CB57BC;
}
</style>
background-color css
<style>
a { background-color: #CB57BC; }
a { background-color: rgb(203,87,188); }
div.DivClassName
{
background-color: #CB57BC;
}
.BgClassName
{
background-color: #CB57BC;
}
</style>
border-color css
<style>
span { border-color: #CB57BC; }
span { border-color: rgb(203,87,188); }
td.TdClassName
{
border-color: #CB57BC;
}
.TagClassName
{
border-color: #CB57BC;
}
</style>