Shades of Fuchsia #C253AF
Tints of Fuchsia #C253AF
RGB
CMYK
RGB Variations
Color information
#C253AF (or 0xC253AF) is known color: Fuchsia. HEX triplet: C2, 53 and AF. RGB value is (194,83,175). Sum of RGB (Red+Green+Blue) = 194+83+175=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C253AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C253AF is #3DAC50. Grayscale: #7E7E7E. Windows color (decimal): -4041809 or 11490242. OLE color: 11490242.
HSL color Cylindrical-coordinate representation of color #C253AF: hue angle of 310.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C253AF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 175 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.24 |
| HSL | 310.27º | 0.48% | 0.54% | - |
| HSV(B) | 310.27º | 0.57% | 0.76% | - |
| XYZ | 33.08 | 20.75 | 42.82 | - |
| YUV | 126.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 175 | 0 | 0.57 | 0.10 | 0.24 | 310.27 | 0.48 | 0.54 |
| Hex | C2 | 53 | AF | 0 | 39 | A | 18 | 136 | 30 | 36 |
| Octal | 302 | 123 | 257 | 0 | 71 | 12 | 30 | 466 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10101111 | 0 | 111001 | 1010 | 11000 | 100110110 | 110000 | 110110 |
Color Harmonies of #C253AF
Complementary color
Monochromatic Colors of #C253AF
Black with #C253AF
Text Example
Text Example
White with #C253AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253AF; }
p { color: rgb(194,83,175); }
H1.HeaderClassName
{
color: #C253AF;
}
.AnyTagClassName
{
color: #C253AF;
}
</style>
background-color css
<style>
a { background-color: #C253AF; }
a { background-color: rgb(194,83,175); }
div.DivClassName
{
background-color: #C253AF;
}
.BgClassName
{
background-color: #C253AF;
}
</style>
border-color css
<style>
span { border-color: #C253AF; }
span { border-color: rgb(194,83,175); }
td.TdClassName
{
border-color: #C253AF;
}
.TagClassName
{
border-color: #C253AF;
}
</style>