Shades of Fuchsia #C042CB
Tints of Fuchsia #C042CB
RGB
CMYK
RGB Variations
Color information
#C042CB (or 0xC042CB) is known color: Fuchsia. HEX triplet: C0, 42 and CB. RGB value is (192,66,203). Sum of RGB (Red+Green+Blue) = 192+66+203=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #C042CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042CB is #3FBD34. Grayscale: #767676. Windows color (decimal): -4177205 or 13320896. OLE color: 13320896.
HSL color Cylindrical-coordinate representation of color #C042CB: hue angle of 295.18º 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 #C042CB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 66 | 203 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.20 |
| HSL | 295.18º | 0.57% | 0.53% | - |
| HSV(B) | 295.18º | 0.67% | 0.8% | - |
| XYZ | 34.47 | 19.41 | 58.43 | - |
| YUV | 119.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 203 | 0.05 | 0.67 | 0 | 0.20 | 295.18 | 0.57 | 0.53 |
| Hex | C0 | 42 | CB | 5 | 43 | 0 | 14 | 127 | 39 | 35 |
| Octal | 300 | 102 | 313 | 5 | 103 | 0 | 24 | 447 | 71 | 65 |
| Binary | 11000000 | 1000010 | 11001011 | 101 | 1000011 | 0 | 10100 | 100100111 | 111001 | 110101 |
Color Harmonies of #C042CB
Complementary color
Monochromatic Colors of #C042CB
Black with #C042CB
Text Example
Text Example
White with #C042CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042CB; }
p { color: rgb(192,66,203); }
H1.HeaderClassName
{
color: #C042CB;
}
.AnyTagClassName
{
color: #C042CB;
}
</style>
background-color css
<style>
a { background-color: #C042CB; }
a { background-color: rgb(192,66,203); }
div.DivClassName
{
background-color: #C042CB;
}
.BgClassName
{
background-color: #C042CB;
}
</style>
border-color css
<style>
span { border-color: #C042CB; }
span { border-color: rgb(192,66,203); }
td.TdClassName
{
border-color: #C042CB;
}
.TagClassName
{
border-color: #C042CB;
}
</style>