Shades of Fuchsia #C057C4
Tints of Fuchsia #C057C4
RGB
CMYK
RGB Variations
Color information
#C057C4 (or 0xC057C4) is known color: Fuchsia. HEX triplet: C0, 57 and C4. RGB value is (192,87,196). Sum of RGB (Red+Green+Blue) = 192+87+196=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #C057C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057C4 is #3FA83B. Grayscale: #828282. Windows color (decimal): -4171836 or 12867520. OLE color: 12867520.
HSL color Cylindrical-coordinate representation of color #C057C4: hue angle of 297.8º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C057C4 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 87 | 196 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.23 |
| HSL | 297.8º | 0.48% | 0.55% | - |
| HSV(B) | 297.8º | 0.56% | 0.77% | - |
| XYZ | 35.11 | 22.01 | 54.62 | - |
| YUV | 130.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 196 | 0.02 | 0.56 | 0 | 0.23 | 297.8 | 0.48 | 0.55 |
| Hex | C0 | 57 | C4 | 2 | 38 | 0 | 17 | 12A | 30 | 37 |
| Octal | 300 | 127 | 304 | 2 | 70 | 0 | 27 | 452 | 60 | 67 |
| Binary | 11000000 | 1010111 | 11000100 | 10 | 111000 | 0 | 10111 | 100101010 | 110000 | 110111 |
Color Harmonies of #C057C4
Complementary color
Monochromatic Colors of #C057C4
Black with #C057C4
Text Example
Text Example
White with #C057C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057C4; }
p { color: rgb(192,87,196); }
H1.HeaderClassName
{
color: #C057C4;
}
.AnyTagClassName
{
color: #C057C4;
}
</style>
background-color css
<style>
a { background-color: #C057C4; }
a { background-color: rgb(192,87,196); }
div.DivClassName
{
background-color: #C057C4;
}
.BgClassName
{
background-color: #C057C4;
}
</style>
border-color css
<style>
span { border-color: #C057C4; }
span { border-color: rgb(192,87,196); }
td.TdClassName
{
border-color: #C057C4;
}
.TagClassName
{
border-color: #C057C4;
}
</style>