Shades of Fuchsia #C035CC
Tints of Fuchsia #C035CC
RGB
CMYK
RGB Variations
Color information
#C035CC (or 0xC035CC) is known color: Fuchsia. HEX triplet: C0, 35 and CC. RGB value is (192,53,204). Sum of RGB (Red+Green+Blue) = 192+53+204=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #C035CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035CC is #3FCA33. Grayscale: #6F6F6F. Windows color (decimal): -4180532 or 13383104. OLE color: 13383104.
HSL color Cylindrical-coordinate representation of color #C035CC: hue angle of 295.23º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C035CC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 53 | 204 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.2 |
| HSL | 295.23º | 0.6% | 0.5% | - |
| HSV(B) | 295.23º | 0.74% | 0.8% | - |
| XYZ | 33.91 | 18.11 | 58.84 | - |
| YUV | 111.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 204 | 0.06 | 0.74 | 0 | 0.2 | 295.23 | 0.6 | 0.5 |
| Hex | C0 | 35 | CC | 6 | 4A | 0 | 14 | 127 | 3C | 32 |
| Octal | 300 | 65 | 314 | 6 | 112 | 0 | 24 | 447 | 74 | 62 |
| Binary | 11000000 | 110101 | 11001100 | 110 | 1001010 | 0 | 10100 | 100100111 | 111100 | 110010 |
Color Harmonies of #C035CC
Complementary color
Monochromatic Colors of #C035CC
Black with #C035CC
Text Example
Text Example
White with #C035CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035CC; }
p { color: rgb(192,53,204); }
H1.HeaderClassName
{
color: #C035CC;
}
.AnyTagClassName
{
color: #C035CC;
}
</style>
background-color css
<style>
a { background-color: #C035CC; }
a { background-color: rgb(192,53,204); }
div.DivClassName
{
background-color: #C035CC;
}
.BgClassName
{
background-color: #C035CC;
}
</style>
border-color css
<style>
span { border-color: #C035CC; }
span { border-color: rgb(192,53,204); }
td.TdClassName
{
border-color: #C035CC;
}
.TagClassName
{
border-color: #C035CC;
}
</style>