Shades of Fuchsia #C038AF
Tints of Fuchsia #C038AF
RGB
CMYK
RGB Variations
Color information
#C038AF (or 0xC038AF) is known color: Fuchsia. HEX triplet: C0, 38 and AF. RGB value is (192,56,175). Sum of RGB (Red+Green+Blue) = 192+56+175=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C038AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038AF is #3FC750. Grayscale: #6D6D6D. Windows color (decimal): -4179793 or 11483328. OLE color: 11483328.
HSL color Cylindrical-coordinate representation of color #C038AF: hue angle of 307.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038AF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 175 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.25 |
| HSL | 307.5º | 0.55% | 0.49% | - |
| HSV(B) | 307.5º | 0.71% | 0.75% | - |
| XYZ | 30.89 | 17.13 | 42.24 | - |
| YUV | 110.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 175 | 0 | 0.71 | 0.09 | 0.25 | 307.5 | 0.55 | 0.49 |
| Hex | C0 | 38 | AF | 0 | 47 | 9 | 19 | 134 | 37 | 31 |
| Octal | 300 | 70 | 257 | 0 | 107 | 11 | 31 | 464 | 67 | 61 |
| Binary | 11000000 | 111000 | 10101111 | 0 | 1000111 | 1001 | 11001 | 100110100 | 110111 | 110001 |
Color Harmonies of #C038AF
Complementary color
Monochromatic Colors of #C038AF
Black with #C038AF
Text Example
Text Example
White with #C038AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038AF; }
p { color: rgb(192,56,175); }
H1.HeaderClassName
{
color: #C038AF;
}
.AnyTagClassName
{
color: #C038AF;
}
</style>
background-color css
<style>
a { background-color: #C038AF; }
a { background-color: rgb(192,56,175); }
div.DivClassName
{
background-color: #C038AF;
}
.BgClassName
{
background-color: #C038AF;
}
</style>
border-color css
<style>
span { border-color: #C038AF; }
span { border-color: rgb(192,56,175); }
td.TdClassName
{
border-color: #C038AF;
}
.TagClassName
{
border-color: #C038AF;
}
</style>