Shades of Fuchsia #C253C3
Tints of Fuchsia #C253C3
RGB
CMYK
RGB Variations
Color information
#C253C3 (or 0xC253C3) is known color: Fuchsia. HEX triplet: C2, 53 and C3. RGB value is (194,83,195). Sum of RGB (Red+Green+Blue) = 194+83+195=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #C253C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253C3 is #3DAC3C. Grayscale: #808080. Windows color (decimal): -4041789 or 12800962. OLE color: 12800962.
HSL color Cylindrical-coordinate representation of color #C253C3: hue angle of 299.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C253C3 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 195 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.24 |
| HSL | 299.46º | 0.48% | 0.55% | - |
| HSV(B) | 299.46º | 0.57% | 0.76% | - |
| XYZ | 35.19 | 21.6 | 53.94 | - |
| YUV | 128.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 195 | 0.01 | 0.57 | 0 | 0.24 | 299.46 | 0.48 | 0.55 |
| Hex | C2 | 53 | C3 | 1 | 39 | 0 | 18 | 12B | 30 | 37 |
| Octal | 302 | 123 | 303 | 1 | 71 | 0 | 30 | 453 | 60 | 67 |
| Binary | 11000010 | 1010011 | 11000011 | 1 | 111001 | 0 | 11000 | 100101011 | 110000 | 110111 |
Color Harmonies of #C253C3
Complementary color
Monochromatic Colors of #C253C3
Black with #C253C3
Text Example
Text Example
White with #C253C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253C3; }
p { color: rgb(194,83,195); }
H1.HeaderClassName
{
color: #C253C3;
}
.AnyTagClassName
{
color: #C253C3;
}
</style>
background-color css
<style>
a { background-color: #C253C3; }
a { background-color: rgb(194,83,195); }
div.DivClassName
{
background-color: #C253C3;
}
.BgClassName
{
background-color: #C253C3;
}
</style>
border-color css
<style>
span { border-color: #C253C3; }
span { border-color: rgb(194,83,195); }
td.TdClassName
{
border-color: #C253C3;
}
.TagClassName
{
border-color: #C253C3;
}
</style>