Shades of Fuchsia #C033C1
Tints of Fuchsia #C033C1
RGB
CMYK
RGB Variations
Color information
#C033C1 (or 0xC033C1) is known color: Fuchsia. HEX triplet: C0, 33 and C1. RGB value is (192,51,193). Sum of RGB (Red+Green+Blue) = 192+51+193=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #C033C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033C1 is #3FCC3E. Grayscale: #6C6C6C. Windows color (decimal): -4181055 or 12661696. OLE color: 12661696.
HSL color Cylindrical-coordinate representation of color #C033C1: hue angle of 299.58º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C033C1 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 51 | 193 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.24 |
| HSL | 299.58º | 0.58% | 0.48% | - |
| HSV(B) | 299.58º | 0.74% | 0.76% | - |
| XYZ | 32.55 | 17.42 | 52.1 | - |
| YUV | 109.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 193 | 0.01 | 0.74 | 0 | 0.24 | 299.58 | 0.58 | 0.48 |
| Hex | C0 | 33 | C1 | 1 | 4A | 0 | 18 | 12C | 3A | 30 |
| Octal | 300 | 63 | 301 | 1 | 112 | 0 | 30 | 454 | 72 | 60 |
| Binary | 11000000 | 110011 | 11000001 | 1 | 1001010 | 0 | 11000 | 100101100 | 111010 | 110000 |
Color Harmonies of #C033C1
Complementary color
Monochromatic Colors of #C033C1
Black with #C033C1
Text Example
Text Example
White with #C033C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033C1; }
p { color: rgb(192,51,193); }
H1.HeaderClassName
{
color: #C033C1;
}
.AnyTagClassName
{
color: #C033C1;
}
</style>
background-color css
<style>
a { background-color: #C033C1; }
a { background-color: rgb(192,51,193); }
div.DivClassName
{
background-color: #C033C1;
}
.BgClassName
{
background-color: #C033C1;
}
</style>
border-color css
<style>
span { border-color: #C033C1; }
span { border-color: rgb(192,51,193); }
td.TdClassName
{
border-color: #C033C1;
}
.TagClassName
{
border-color: #C033C1;
}
</style>