Shades of Fuchsia #C053C4
Tints of Fuchsia #C053C4
RGB
CMYK
RGB Variations
Color information
#C053C4 (or 0xC053C4) is known color: Fuchsia. HEX triplet: C0, 53 and C4. RGB value is (192,83,196). Sum of RGB (Red+Green+Blue) = 192+83+196=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #C053C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053C4 is #3FAC3B. Grayscale: #808080. Windows color (decimal): -4172860 or 12866496. OLE color: 12866496.
HSL color Cylindrical-coordinate representation of color #C053C4: hue angle of 297.88º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C053C4 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 83 | 196 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.23 |
| HSL | 297.88º | 0.49% | 0.55% | - |
| HSV(B) | 297.88º | 0.58% | 0.77% | - |
| XYZ | 34.8 | 21.38 | 54.52 | - |
| YUV | 128.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 196 | 0.02 | 0.58 | 0 | 0.23 | 297.88 | 0.49 | 0.55 |
| Hex | C0 | 53 | C4 | 2 | 3A | 0 | 17 | 12A | 31 | 37 |
| Octal | 300 | 123 | 304 | 2 | 72 | 0 | 27 | 452 | 61 | 67 |
| Binary | 11000000 | 1010011 | 11000100 | 10 | 111010 | 0 | 10111 | 100101010 | 110001 | 110111 |
Color Harmonies of #C053C4
Complementary color
Monochromatic Colors of #C053C4
Black with #C053C4
Text Example
Text Example
White with #C053C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053C4; }
p { color: rgb(192,83,196); }
H1.HeaderClassName
{
color: #C053C4;
}
.AnyTagClassName
{
color: #C053C4;
}
</style>
background-color css
<style>
a { background-color: #C053C4; }
a { background-color: rgb(192,83,196); }
div.DivClassName
{
background-color: #C053C4;
}
.BgClassName
{
background-color: #C053C4;
}
</style>
border-color css
<style>
span { border-color: #C053C4; }
span { border-color: rgb(192,83,196); }
td.TdClassName
{
border-color: #C053C4;
}
.TagClassName
{
border-color: #C053C4;
}
</style>