Shades of Fuchsia #C253CA
Tints of Fuchsia #C253CA
RGB
CMYK
RGB Variations
Color information
#C253CA (or 0xC253CA) is known color: Fuchsia. HEX triplet: C2, 53 and CA. RGB value is (194,83,202). Sum of RGB (Red+Green+Blue) = 194+83+202=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C253CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CA is #3DAC35. Grayscale: #818181. Windows color (decimal): -4041782 or 13259714. OLE color: 13259714.
HSL color Cylindrical-coordinate representation of color #C253CA: hue angle of 295.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C253CA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 83 | 202 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.21 |
| HSL | 295.97º | 0.53% | 0.56% | - |
| HSV(B) | 295.97º | 0.59% | 0.79% | - |
| XYZ | 36 | 21.92 | 58.21 | - |
| YUV | 129.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 202 | 0.04 | 0.59 | 0 | 0.21 | 295.97 | 0.53 | 0.56 |
| Hex | C2 | 53 | CA | 4 | 3B | 0 | 15 | 128 | 35 | 38 |
| Octal | 302 | 123 | 312 | 4 | 73 | 0 | 25 | 450 | 65 | 70 |
| Binary | 11000010 | 1010011 | 11001010 | 100 | 111011 | 0 | 10101 | 100101000 | 110101 | 111000 |
Color Harmonies of #C253CA
Complementary color
Monochromatic Colors of #C253CA
Black with #C253CA
Text Example
Text Example
White with #C253CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253CA; }
p { color: rgb(194,83,202); }
H1.HeaderClassName
{
color: #C253CA;
}
.AnyTagClassName
{
color: #C253CA;
}
</style>
background-color css
<style>
a { background-color: #C253CA; }
a { background-color: rgb(194,83,202); }
div.DivClassName
{
background-color: #C253CA;
}
.BgClassName
{
background-color: #C253CA;
}
</style>
border-color css
<style>
span { border-color: #C253CA; }
span { border-color: rgb(194,83,202); }
td.TdClassName
{
border-color: #C253CA;
}
.TagClassName
{
border-color: #C253CA;
}
</style>