Shades of Fuchsia #CB45C0
Tints of Fuchsia #CB45C0
RGB
CMYK
RGB Variations
Color information
#CB45C0 (or 0xCB45C0) is known color: Fuchsia. HEX triplet: CB, 45 and C0. RGB value is (203,69,192). Sum of RGB (Red+Green+Blue) = 203+69+192=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB45C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB45C0 is #34BA3F. Grayscale: #7A7A7A. Windows color (decimal): -3455552 or 12600779. OLE color: 12600779.
HSL color Cylindrical-coordinate representation of color #CB45C0: hue angle of 304.93º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB45C0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 192 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.20 |
| HSL | 304.93º | 0.56% | 0.53% | - |
| HSV(B) | 304.93º | 0.66% | 0.8% | - |
| XYZ | 36.27 | 20.76 | 51.96 | - |
| YUV | 123.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 192 | 0 | 0.66 | 0.05 | 0.20 | 304.93 | 0.56 | 0.53 |
| Hex | CB | 45 | C0 | 0 | 42 | 5 | 14 | 131 | 38 | 35 |
| Octal | 313 | 105 | 300 | 0 | 102 | 5 | 24 | 461 | 70 | 65 |
| Binary | 11001011 | 1000101 | 11000000 | 0 | 1000010 | 101 | 10100 | 100110001 | 111000 | 110101 |
Color Harmonies of #CB45C0
Complementary color
Monochromatic Colors of #CB45C0
Black with #CB45C0
Text Example
Text Example
White with #CB45C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB45C0; }
p { color: rgb(203,69,192); }
H1.HeaderClassName
{
color: #CB45C0;
}
.AnyTagClassName
{
color: #CB45C0;
}
</style>
background-color css
<style>
a { background-color: #CB45C0; }
a { background-color: rgb(203,69,192); }
div.DivClassName
{
background-color: #CB45C0;
}
.BgClassName
{
background-color: #CB45C0;
}
</style>
border-color css
<style>
span { border-color: #CB45C0; }
span { border-color: rgb(203,69,192); }
td.TdClassName
{
border-color: #CB45C0;
}
.TagClassName
{
border-color: #CB45C0;
}
</style>