Shades of Fuchsia #C038C3
Tints of Fuchsia #C038C3
RGB
CMYK
RGB Variations
Color information
#C038C3 (or 0xC038C3) is known color: Fuchsia. HEX triplet: C0, 38 and C3. RGB value is (192,56,195). Sum of RGB (Red+Green+Blue) = 192+56+195=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #C038C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C038C3 is #3FC73C. Grayscale: #707070. Windows color (decimal): -4179773 or 12794048. OLE color: 12794048.
HSL color Cylindrical-coordinate representation of color #C038C3: hue angle of 298.71º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038C3 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 56 | 195 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.24 |
| HSL | 298.71º | 0.55% | 0.49% | - |
| HSV(B) | 298.71º | 0.71% | 0.76% | - |
| XYZ | 33 | 17.97 | 53.36 | - |
| YUV | 112.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 195 | 0.02 | 0.71 | 0 | 0.24 | 298.71 | 0.55 | 0.49 |
| Hex | C0 | 38 | C3 | 2 | 47 | 0 | 18 | 12B | 37 | 31 |
| Octal | 300 | 70 | 303 | 2 | 107 | 0 | 30 | 453 | 67 | 61 |
| Binary | 11000000 | 111000 | 11000011 | 10 | 1000111 | 0 | 11000 | 100101011 | 110111 | 110001 |
Color Harmonies of #C038C3
Complementary color
Monochromatic Colors of #C038C3
Black with #C038C3
Text Example
Text Example
White with #C038C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038C3; }
p { color: rgb(192,56,195); }
H1.HeaderClassName
{
color: #C038C3;
}
.AnyTagClassName
{
color: #C038C3;
}
</style>
background-color css
<style>
a { background-color: #C038C3; }
a { background-color: rgb(192,56,195); }
div.DivClassName
{
background-color: #C038C3;
}
.BgClassName
{
background-color: #C038C3;
}
</style>
border-color css
<style>
span { border-color: #C038C3; }
span { border-color: rgb(192,56,195); }
td.TdClassName
{
border-color: #C038C3;
}
.TagClassName
{
border-color: #C038C3;
}
</style>