Shades of Fuchsia #C038C5
Tints of Fuchsia #C038C5
RGB
CMYK
RGB Variations
Color information
#C038C5 (or 0xC038C5) is known color: Fuchsia. HEX triplet: C0, 38 and C5. RGB value is (192,56,197). Sum of RGB (Red+Green+Blue) = 192+56+197=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #C038C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038C5 is #3FC73A. Grayscale: #707070. Windows color (decimal): -4179771 or 12925120. OLE color: 12925120.
HSL color Cylindrical-coordinate representation of color #C038C5: hue angle of 297.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C038C5 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 56 | 197 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.23 |
| HSL | 297.87º | 0.56% | 0.5% | - |
| HSV(B) | 297.87º | 0.72% | 0.77% | - |
| XYZ | 33.23 | 18.07 | 54.56 | - |
| YUV | 112.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 197 | 0.03 | 0.72 | 0 | 0.23 | 297.87 | 0.56 | 0.5 |
| Hex | C0 | 38 | C5 | 3 | 48 | 0 | 17 | 12A | 38 | 32 |
| Octal | 300 | 70 | 305 | 3 | 110 | 0 | 27 | 452 | 70 | 62 |
| Binary | 11000000 | 111000 | 11000101 | 11 | 1001000 | 0 | 10111 | 100101010 | 111000 | 110010 |
Color Harmonies of #C038C5
Complementary color
Monochromatic Colors of #C038C5
Black with #C038C5
Text Example
Text Example
White with #C038C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038C5; }
p { color: rgb(192,56,197); }
H1.HeaderClassName
{
color: #C038C5;
}
.AnyTagClassName
{
color: #C038C5;
}
</style>
background-color css
<style>
a { background-color: #C038C5; }
a { background-color: rgb(192,56,197); }
div.DivClassName
{
background-color: #C038C5;
}
.BgClassName
{
background-color: #C038C5;
}
</style>
border-color css
<style>
span { border-color: #C038C5; }
span { border-color: rgb(192,56,197); }
td.TdClassName
{
border-color: #C038C5;
}
.TagClassName
{
border-color: #C038C5;
}
</style>