Shades of Fuchsia #C050CB
Tints of Fuchsia #C050CB
RGB
CMYK
RGB Variations
Color information
#C050CB (or 0xC050CB) is known color: Fuchsia. HEX triplet: C0, 50 and CB. RGB value is (192,80,203). Sum of RGB (Red+Green+Blue) = 192+80+203=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #C050CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050CB is #3FAF34. Grayscale: #7F7F7F. Windows color (decimal): -4173621 or 13324480. OLE color: 13324480.
HSL color Cylindrical-coordinate representation of color #C050CB: hue angle of 294.63º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C050CB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 80 | 203 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.20 |
| HSL | 294.63º | 0.54% | 0.55% | - |
| HSV(B) | 294.63º | 0.61% | 0.8% | - |
| XYZ | 35.39 | 21.26 | 58.74 | - |
| YUV | 127.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 203 | 0.05 | 0.61 | 0 | 0.20 | 294.63 | 0.54 | 0.55 |
| Hex | C0 | 50 | CB | 5 | 3D | 0 | 14 | 127 | 36 | 37 |
| Octal | 300 | 120 | 313 | 5 | 75 | 0 | 24 | 447 | 66 | 67 |
| Binary | 11000000 | 1010000 | 11001011 | 101 | 111101 | 0 | 10100 | 100100111 | 110110 | 110111 |
Color Harmonies of #C050CB
Complementary color
Monochromatic Colors of #C050CB
Black with #C050CB
Text Example
Text Example
White with #C050CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050CB; }
p { color: rgb(192,80,203); }
H1.HeaderClassName
{
color: #C050CB;
}
.AnyTagClassName
{
color: #C050CB;
}
</style>
background-color css
<style>
a { background-color: #C050CB; }
a { background-color: rgb(192,80,203); }
div.DivClassName
{
background-color: #C050CB;
}
.BgClassName
{
background-color: #C050CB;
}
</style>
border-color css
<style>
span { border-color: #C050CB; }
span { border-color: rgb(192,80,203); }
td.TdClassName
{
border-color: #C050CB;
}
.TagClassName
{
border-color: #C050CB;
}
</style>