Shades of Fuchsia #C253CC
Tints of Fuchsia #C253CC
RGB
CMYK
RGB Variations
Color information
#C253CC (or 0xC253CC) is known color: Fuchsia. HEX triplet: C2, 53 and CC. RGB value is (194,83,204). Sum of RGB (Red+Green+Blue) = 194+83+204=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C253CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CC is #3DAC33. Grayscale: #818181. Windows color (decimal): -4041780 or 13390786. OLE color: 13390786.
HSL color Cylindrical-coordinate representation of color #C253CC: hue angle of 295.04º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C253CC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 83 | 204 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.2 |
| HSL | 295.04º | 0.54% | 0.56% | - |
| HSV(B) | 295.04º | 0.59% | 0.8% | - |
| XYZ | 36.24 | 22.02 | 59.47 | - |
| YUV | 129.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 204 | 0.05 | 0.59 | 0 | 0.2 | 295.04 | 0.54 | 0.56 |
| Hex | C2 | 53 | CC | 5 | 3B | 0 | 14 | 127 | 36 | 38 |
| Octal | 302 | 123 | 314 | 5 | 73 | 0 | 24 | 447 | 66 | 70 |
| Binary | 11000010 | 1010011 | 11001100 | 101 | 111011 | 0 | 10100 | 100100111 | 110110 | 111000 |
Color Harmonies of #C253CC
Complementary color
Monochromatic Colors of #C253CC
Black with #C253CC
Text Example
Text Example
White with #C253CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253CC; }
p { color: rgb(194,83,204); }
H1.HeaderClassName
{
color: #C253CC;
}
.AnyTagClassName
{
color: #C253CC;
}
</style>
background-color css
<style>
a { background-color: #C253CC; }
a { background-color: rgb(194,83,204); }
div.DivClassName
{
background-color: #C253CC;
}
.BgClassName
{
background-color: #C253CC;
}
</style>
border-color css
<style>
span { border-color: #C253CC; }
span { border-color: rgb(194,83,204); }
td.TdClassName
{
border-color: #C253CC;
}
.TagClassName
{
border-color: #C253CC;
}
</style>