Shades of Fuchsia #CB57D0
Tints of Fuchsia #CB57D0
RGB
CMYK
RGB Variations
Color information
#CB57D0 (or 0xCB57D0) is known color: Fuchsia. HEX triplet: CB, 57 and D0. RGB value is (203,87,208). Sum of RGB (Red+Green+Blue) = 203+87+208=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57D0 is #34A82F. Grayscale: #878787. Windows color (decimal): -3450928 or 13653963. OLE color: 13653963.
HSL color Cylindrical-coordinate representation of color #CB57D0: hue angle of 297.52º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB57D0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 87 | 208 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.18 |
| HSL | 297.52º | 0.56% | 0.58% | - |
| HSV(B) | 297.52º | 0.58% | 0.82% | - |
| XYZ | 39.42 | 24.07 | 62.24 | - |
| YUV | 135.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 208 | 0.02 | 0.58 | 0 | 0.18 | 297.52 | 0.56 | 0.58 |
| Hex | CB | 57 | D0 | 2 | 3A | 0 | 12 | 12A | 38 | 3A |
| Octal | 313 | 127 | 320 | 2 | 72 | 0 | 22 | 452 | 70 | 72 |
| Binary | 11001011 | 1010111 | 11010000 | 10 | 111010 | 0 | 10010 | 100101010 | 111000 | 111010 |
Color Harmonies of #CB57D0
Complementary color
Monochromatic Colors of #CB57D0
Black with #CB57D0
Text Example
Text Example
White with #CB57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57D0; }
p { color: rgb(203,87,208); }
H1.HeaderClassName
{
color: #CB57D0;
}
.AnyTagClassName
{
color: #CB57D0;
}
</style>
background-color css
<style>
a { background-color: #CB57D0; }
a { background-color: rgb(203,87,208); }
div.DivClassName
{
background-color: #CB57D0;
}
.BgClassName
{
background-color: #CB57D0;
}
</style>
border-color css
<style>
span { border-color: #CB57D0; }
span { border-color: rgb(203,87,208); }
td.TdClassName
{
border-color: #CB57D0;
}
.TagClassName
{
border-color: #CB57D0;
}
</style>