Shades of Fuchsia #CB5DC7
Tints of Fuchsia #CB5DC7
RGB
CMYK
RGB Variations
Color information
#CB5DC7 (or 0xCB5DC7) is known color: Fuchsia. HEX triplet: CB, 5D and C7. RGB value is (203,93,199). Sum of RGB (Red+Green+Blue) = 203+93+199=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC7 is #34A238. Grayscale: #898989. Windows color (decimal): -3449401 or 13065675. OLE color: 13065675.
HSL color Cylindrical-coordinate representation of color #CB5DC7: hue angle of 302.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DC7 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 199 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.20 |
| HSL | 302.18º | 0.51% | 0.58% | - |
| HSV(B) | 302.18º | 0.54% | 0.8% | - |
| XYZ | 38.85 | 24.65 | 56.74 | - |
| YUV | 137.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 199 | 0 | 0.54 | 0.02 | 0.20 | 302.18 | 0.51 | 0.58 |
| Hex | CB | 5D | C7 | 0 | 36 | 2 | 14 | 12E | 33 | 3A |
| Octal | 313 | 135 | 307 | 0 | 66 | 2 | 24 | 456 | 63 | 72 |
| Binary | 11001011 | 1011101 | 11000111 | 0 | 110110 | 10 | 10100 | 100101110 | 110011 | 111010 |
Color Harmonies of #CB5DC7
Complementary color
Monochromatic Colors of #CB5DC7
Black with #CB5DC7
Text Example
Text Example
White with #CB5DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DC7; }
p { color: rgb(203,93,199); }
H1.HeaderClassName
{
color: #CB5DC7;
}
.AnyTagClassName
{
color: #CB5DC7;
}
</style>
background-color css
<style>
a { background-color: #CB5DC7; }
a { background-color: rgb(203,93,199); }
div.DivClassName
{
background-color: #CB5DC7;
}
.BgClassName
{
background-color: #CB5DC7;
}
</style>
border-color css
<style>
span { border-color: #CB5DC7; }
span { border-color: rgb(203,93,199); }
td.TdClassName
{
border-color: #CB5DC7;
}
.TagClassName
{
border-color: #CB5DC7;
}
</style>