Shades of Fuchsia #C03CAF
Tints of Fuchsia #C03CAF
RGB
CMYK
RGB Variations
Color information
#C03CAF (or 0xC03CAF) is known color: Fuchsia. HEX triplet: C0, 3C and AF. RGB value is (192,60,175). Sum of RGB (Red+Green+Blue) = 192+60+175=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CAF is #3FC350. Grayscale: #707070. Windows color (decimal): -4178769 or 11484352. OLE color: 11484352.
HSL color Cylindrical-coordinate representation of color #C03CAF: hue angle of 307.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CAF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 175 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.25 |
| HSL | 307.73º | 0.52% | 0.49% | - |
| HSV(B) | 307.73º | 0.69% | 0.75% | - |
| XYZ | 31.09 | 17.53 | 42.3 | - |
| YUV | 112.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 175 | 0 | 0.69 | 0.09 | 0.25 | 307.73 | 0.52 | 0.49 |
| Hex | C0 | 3C | AF | 0 | 45 | 9 | 19 | 134 | 34 | 31 |
| Octal | 300 | 74 | 257 | 0 | 105 | 11 | 31 | 464 | 64 | 61 |
| Binary | 11000000 | 111100 | 10101111 | 0 | 1000101 | 1001 | 11001 | 100110100 | 110100 | 110001 |
Color Harmonies of #C03CAF
Complementary color
Monochromatic Colors of #C03CAF
Black with #C03CAF
Text Example
Text Example
White with #C03CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CAF; }
p { color: rgb(192,60,175); }
H1.HeaderClassName
{
color: #C03CAF;
}
.AnyTagClassName
{
color: #C03CAF;
}
</style>
background-color css
<style>
a { background-color: #C03CAF; }
a { background-color: rgb(192,60,175); }
div.DivClassName
{
background-color: #C03CAF;
}
.BgClassName
{
background-color: #C03CAF;
}
</style>
border-color css
<style>
span { border-color: #C03CAF; }
span { border-color: rgb(192,60,175); }
td.TdClassName
{
border-color: #C03CAF;
}
.TagClassName
{
border-color: #C03CAF;
}
</style>