Shades of Fuchsia #CB51CF
Tints of Fuchsia #CB51CF
RGB
CMYK
RGB Variations
Color information
#CB51CF (or 0xCB51CF) is known color: Fuchsia. HEX triplet: CB, 51 and CF. RGB value is (203,81,207). Sum of RGB (Red+Green+Blue) = 203+81+207=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51CF is #34AE30. Grayscale: #838383. Windows color (decimal): -3452465 or 13586891. OLE color: 13586891.
HSL color Cylindrical-coordinate representation of color #CB51CF: hue angle of 298.1º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB51CF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 81 | 207 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.19 |
| HSL | 298.1º | 0.57% | 0.56% | - |
| HSV(B) | 298.1º | 0.61% | 0.81% | - |
| XYZ | 38.83 | 23.09 | 61.44 | - |
| YUV | 131.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 207 | 0.02 | 0.61 | 0 | 0.19 | 298.1 | 0.57 | 0.56 |
| Hex | CB | 51 | CF | 2 | 3D | 0 | 13 | 12A | 39 | 38 |
| Octal | 313 | 121 | 317 | 2 | 75 | 0 | 23 | 452 | 71 | 70 |
| Binary | 11001011 | 1010001 | 11001111 | 10 | 111101 | 0 | 10011 | 100101010 | 111001 | 111000 |
Color Harmonies of #CB51CF
Complementary color
Monochromatic Colors of #CB51CF
Black with #CB51CF
Text Example
Text Example
White with #CB51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51CF; }
p { color: rgb(203,81,207); }
H1.HeaderClassName
{
color: #CB51CF;
}
.AnyTagClassName
{
color: #CB51CF;
}
</style>
background-color css
<style>
a { background-color: #CB51CF; }
a { background-color: rgb(203,81,207); }
div.DivClassName
{
background-color: #CB51CF;
}
.BgClassName
{
background-color: #CB51CF;
}
</style>
border-color css
<style>
span { border-color: #CB51CF; }
span { border-color: rgb(203,81,207); }
td.TdClassName
{
border-color: #CB51CF;
}
.TagClassName
{
border-color: #CB51CF;
}
</style>