Shades of Fuchsia #CB57CF
Tints of Fuchsia #CB57CF
RGB
CMYK
RGB Variations
Color information
#CB57CF (or 0xCB57CF) is known color: Fuchsia. HEX triplet: CB, 57 and CF. RGB value is (203,87,207). Sum of RGB (Red+Green+Blue) = 203+87+207=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57CF is #34A830. Grayscale: #878787. Windows color (decimal): -3450929 or 13588427. OLE color: 13588427.
HSL color Cylindrical-coordinate representation of color #CB57CF: hue angle of 298º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB57CF is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 87 | 207 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.19 |
| HSL | 298º | 0.56% | 0.58% | - |
| HSV(B) | 298º | 0.58% | 0.81% | - |
| XYZ | 39.3 | 24.02 | 61.6 | - |
| YUV | 135.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 207 | 0.02 | 0.58 | 0 | 0.19 | 298 | 0.56 | 0.58 |
| Hex | CB | 57 | CF | 2 | 3A | 0 | 13 | 12A | 38 | 3A |
| Octal | 313 | 127 | 317 | 2 | 72 | 0 | 23 | 452 | 70 | 72 |
| Binary | 11001011 | 1010111 | 11001111 | 10 | 111010 | 0 | 10011 | 100101010 | 111000 | 111010 |
Color Harmonies of #CB57CF
Complementary color
Monochromatic Colors of #CB57CF
Black with #CB57CF
Text Example
Text Example
White with #CB57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57CF; }
p { color: rgb(203,87,207); }
H1.HeaderClassName
{
color: #CB57CF;
}
.AnyTagClassName
{
color: #CB57CF;
}
</style>
background-color css
<style>
a { background-color: #CB57CF; }
a { background-color: rgb(203,87,207); }
div.DivClassName
{
background-color: #CB57CF;
}
.BgClassName
{
background-color: #CB57CF;
}
</style>
border-color css
<style>
span { border-color: #CB57CF; }
span { border-color: rgb(203,87,207); }
td.TdClassName
{
border-color: #CB57CF;
}
.TagClassName
{
border-color: #CB57CF;
}
</style>