Shades of Fuchsia #C053CB
Tints of Fuchsia #C053CB
RGB
CMYK
RGB Variations
Color information
#C053CB (or 0xC053CB) is known color: Fuchsia. HEX triplet: C0, 53 and CB. RGB value is (192,83,203). Sum of RGB (Red+Green+Blue) = 192+83+203=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C053CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053CB is #3FAC34. Grayscale: #808080. Windows color (decimal): -4172853 or 13325248. OLE color: 13325248.
HSL color Cylindrical-coordinate representation of color #C053CB: hue angle of 294.5º 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 #C053CB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 83 | 203 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.20 |
| HSL | 294.5º | 0.54% | 0.56% | - |
| HSV(B) | 294.5º | 0.59% | 0.8% | - |
| XYZ | 35.61 | 21.7 | 58.81 | - |
| YUV | 129.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 203 | 0.05 | 0.59 | 0 | 0.20 | 294.5 | 0.54 | 0.56 |
| Hex | C0 | 53 | CB | 5 | 3B | 0 | 14 | 126 | 36 | 38 |
| Octal | 300 | 123 | 313 | 5 | 73 | 0 | 24 | 446 | 66 | 70 |
| Binary | 11000000 | 1010011 | 11001011 | 101 | 111011 | 0 | 10100 | 100100110 | 110110 | 111000 |
Color Harmonies of #C053CB
Complementary color
Monochromatic Colors of #C053CB
Black with #C053CB
Text Example
Text Example
White with #C053CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053CB; }
p { color: rgb(192,83,203); }
H1.HeaderClassName
{
color: #C053CB;
}
.AnyTagClassName
{
color: #C053CB;
}
</style>
background-color css
<style>
a { background-color: #C053CB; }
a { background-color: rgb(192,83,203); }
div.DivClassName
{
background-color: #C053CB;
}
.BgClassName
{
background-color: #C053CB;
}
</style>
border-color css
<style>
span { border-color: #C053CB; }
span { border-color: rgb(192,83,203); }
td.TdClassName
{
border-color: #C053CB;
}
.TagClassName
{
border-color: #C053CB;
}
</style>