Shades of Fuchsia #CB53BD
Tints of Fuchsia #CB53BD
RGB
CMYK
RGB Variations
Color information
#CB53BD (or 0xCB53BD) is known color: Fuchsia. HEX triplet: CB, 53 and BD. RGB value is (203,83,189). Sum of RGB (Red+Green+Blue) = 203+83+189=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53BD is #34AC42. Grayscale: #828282. Windows color (decimal): -3451971 or 12407755. OLE color: 12407755.
HSL color Cylindrical-coordinate representation of color #CB53BD: hue angle of 307º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53BD is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 189 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.20 |
| HSL | 307º | 0.54% | 0.56% | - |
| HSV(B) | 307º | 0.59% | 0.8% | - |
| XYZ | 36.91 | 22.56 | 50.55 | - |
| YUV | 130.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 189 | 0 | 0.59 | 0.07 | 0.20 | 307 | 0.54 | 0.56 |
| Hex | CB | 53 | BD | 0 | 3B | 7 | 14 | 133 | 36 | 38 |
| Octal | 313 | 123 | 275 | 0 | 73 | 7 | 24 | 463 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10111101 | 0 | 111011 | 111 | 10100 | 100110011 | 110110 | 111000 |
Color Harmonies of #CB53BD
Complementary color
Monochromatic Colors of #CB53BD
Black with #CB53BD
Text Example
Text Example
White with #CB53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53BD; }
p { color: rgb(203,83,189); }
H1.HeaderClassName
{
color: #CB53BD;
}
.AnyTagClassName
{
color: #CB53BD;
}
</style>
background-color css
<style>
a { background-color: #CB53BD; }
a { background-color: rgb(203,83,189); }
div.DivClassName
{
background-color: #CB53BD;
}
.BgClassName
{
background-color: #CB53BD;
}
</style>
border-color css
<style>
span { border-color: #CB53BD; }
span { border-color: rgb(203,83,189); }
td.TdClassName
{
border-color: #CB53BD;
}
.TagClassName
{
border-color: #CB53BD;
}
</style>