Shades of Fuchsia #CB5DC5
Tints of Fuchsia #CB5DC5
RGB
CMYK
RGB Variations
Color information
#CB5DC5 (or 0xCB5DC5) is known color: Fuchsia. HEX triplet: CB, 5D and C5. RGB value is (203,93,197). Sum of RGB (Red+Green+Blue) = 203+93+197=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC5 is #34A23A. Grayscale: #898989. Windows color (decimal): -3449403 or 12934603. OLE color: 12934603.
HSL color Cylindrical-coordinate representation of color #CB5DC5: hue angle of 303.27º 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 #CB5DC5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 197 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.20 |
| HSL | 303.27º | 0.51% | 0.58% | - |
| HSV(B) | 303.27º | 0.54% | 0.8% | - |
| XYZ | 38.62 | 24.56 | 55.53 | - |
| YUV | 137.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 197 | 0 | 0.54 | 0.03 | 0.20 | 303.27 | 0.51 | 0.58 |
| Hex | CB | 5D | C5 | 0 | 36 | 3 | 14 | 12F | 33 | 3A |
| Octal | 313 | 135 | 305 | 0 | 66 | 3 | 24 | 457 | 63 | 72 |
| Binary | 11001011 | 1011101 | 11000101 | 0 | 110110 | 11 | 10100 | 100101111 | 110011 | 111010 |
Color Harmonies of #CB5DC5
Complementary color
Monochromatic Colors of #CB5DC5
Black with #CB5DC5
Text Example
Text Example
White with #CB5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DC5; }
p { color: rgb(203,93,197); }
H1.HeaderClassName
{
color: #CB5DC5;
}
.AnyTagClassName
{
color: #CB5DC5;
}
</style>
background-color css
<style>
a { background-color: #CB5DC5; }
a { background-color: rgb(203,93,197); }
div.DivClassName
{
background-color: #CB5DC5;
}
.BgClassName
{
background-color: #CB5DC5;
}
</style>
border-color css
<style>
span { border-color: #CB5DC5; }
span { border-color: rgb(203,93,197); }
td.TdClassName
{
border-color: #CB5DC5;
}
.TagClassName
{
border-color: #CB5DC5;
}
</style>