Shades of Fuchsia #CB42C0
Tints of Fuchsia #CB42C0
RGB
CMYK
RGB Variations
Color information
#CB42C0 (or 0xCB42C0) is known color: Fuchsia. HEX triplet: CB, 42 and C0. RGB value is (203,66,192). Sum of RGB (Red+Green+Blue) = 203+66+192=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42C0 is #34BD3F. Grayscale: #787878. Windows color (decimal): -3456320 or 12600011. OLE color: 12600011.
HSL color Cylindrical-coordinate representation of color #CB42C0: hue angle of 304.82º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42C0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 192 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.20 |
| HSL | 304.82º | 0.57% | 0.53% | - |
| HSV(B) | 304.82º | 0.67% | 0.8% | - |
| XYZ | 36.09 | 20.4 | 51.9 | - |
| YUV | 121.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 192 | 0 | 0.67 | 0.05 | 0.20 | 304.82 | 0.57 | 0.53 |
| Hex | CB | 42 | C0 | 0 | 43 | 5 | 14 | 131 | 39 | 35 |
| Octal | 313 | 102 | 300 | 0 | 103 | 5 | 24 | 461 | 71 | 65 |
| Binary | 11001011 | 1000010 | 11000000 | 0 | 1000011 | 101 | 10100 | 100110001 | 111001 | 110101 |
Color Harmonies of #CB42C0
Complementary color
Monochromatic Colors of #CB42C0
Black with #CB42C0
Text Example
Text Example
White with #CB42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42C0; }
p { color: rgb(203,66,192); }
H1.HeaderClassName
{
color: #CB42C0;
}
.AnyTagClassName
{
color: #CB42C0;
}
</style>
background-color css
<style>
a { background-color: #CB42C0; }
a { background-color: rgb(203,66,192); }
div.DivClassName
{
background-color: #CB42C0;
}
.BgClassName
{
background-color: #CB42C0;
}
</style>
border-color css
<style>
span { border-color: #CB42C0; }
span { border-color: rgb(203,66,192); }
td.TdClassName
{
border-color: #CB42C0;
}
.TagClassName
{
border-color: #CB42C0;
}
</style>