Shades of Fuchsia #CB55CF
Tints of Fuchsia #CB55CF
RGB
CMYK
RGB Variations
Color information
#CB55CF (or 0xCB55CF) is known color: Fuchsia. HEX triplet: CB, 55 and CF. RGB value is (203,85,207). Sum of RGB (Red+Green+Blue) = 203+85+207=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55CF is #34AA30. Grayscale: #858585. Windows color (decimal): -3451441 or 13587915. OLE color: 13587915.
HSL color Cylindrical-coordinate representation of color #CB55CF: hue angle of 298.03º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB55CF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 85 | 207 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.19 |
| HSL | 298.03º | 0.56% | 0.57% | - |
| HSV(B) | 298.03º | 0.59% | 0.81% | - |
| XYZ | 39.14 | 23.7 | 61.54 | - |
| YUV | 134.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 207 | 0.02 | 0.59 | 0 | 0.19 | 298.03 | 0.56 | 0.57 |
| Hex | CB | 55 | CF | 2 | 3B | 0 | 13 | 12A | 38 | 39 |
| Octal | 313 | 125 | 317 | 2 | 73 | 0 | 23 | 452 | 70 | 71 |
| Binary | 11001011 | 1010101 | 11001111 | 10 | 111011 | 0 | 10011 | 100101010 | 111000 | 111001 |
Color Harmonies of #CB55CF
Complementary color
Monochromatic Colors of #CB55CF
Black with #CB55CF
Text Example
Text Example
White with #CB55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55CF; }
p { color: rgb(203,85,207); }
H1.HeaderClassName
{
color: #CB55CF;
}
.AnyTagClassName
{
color: #CB55CF;
}
</style>
background-color css
<style>
a { background-color: #CB55CF; }
a { background-color: rgb(203,85,207); }
div.DivClassName
{
background-color: #CB55CF;
}
.BgClassName
{
background-color: #CB55CF;
}
</style>
border-color css
<style>
span { border-color: #CB55CF; }
span { border-color: rgb(203,85,207); }
td.TdClassName
{
border-color: #CB55CF;
}
.TagClassName
{
border-color: #CB55CF;
}
</style>