Shades of Fuchsia #C03FCA
Tints of Fuchsia #C03FCA
RGB
CMYK
RGB Variations
Color information
#C03FCA (or 0xC03FCA) is known color: Fuchsia. HEX triplet: C0, 3F and CA. RGB value is (192,63,202). Sum of RGB (Red+Green+Blue) = 192+63+202=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C03FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FCA is #3FC035. Grayscale: #747474. Windows color (decimal): -4177974 or 13254592. OLE color: 13254592.
HSL color Cylindrical-coordinate representation of color #C03FCA: hue angle of 295.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03FCA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 63 | 202 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.21 |
| HSL | 295.68º | 0.57% | 0.52% | - |
| HSV(B) | 295.68º | 0.69% | 0.79% | - |
| XYZ | 34.18 | 19.03 | 57.75 | - |
| YUV | 117.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 202 | 0.05 | 0.69 | 0 | 0.21 | 295.68 | 0.57 | 0.52 |
| Hex | C0 | 3F | CA | 5 | 45 | 0 | 15 | 128 | 39 | 34 |
| Octal | 300 | 77 | 312 | 5 | 105 | 0 | 25 | 450 | 71 | 64 |
| Binary | 11000000 | 111111 | 11001010 | 101 | 1000101 | 0 | 10101 | 100101000 | 111001 | 110100 |
Color Harmonies of #C03FCA
Complementary color
Monochromatic Colors of #C03FCA
Black with #C03FCA
Text Example
Text Example
White with #C03FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FCA; }
p { color: rgb(192,63,202); }
H1.HeaderClassName
{
color: #C03FCA;
}
.AnyTagClassName
{
color: #C03FCA;
}
</style>
background-color css
<style>
a { background-color: #C03FCA; }
a { background-color: rgb(192,63,202); }
div.DivClassName
{
background-color: #C03FCA;
}
.BgClassName
{
background-color: #C03FCA;
}
</style>
border-color css
<style>
span { border-color: #C03FCA; }
span { border-color: rgb(192,63,202); }
td.TdClassName
{
border-color: #C03FCA;
}
.TagClassName
{
border-color: #C03FCA;
}
</style>