Shades of Fuchsia #C453CA
Tints of Fuchsia #C453CA
RGB
CMYK
RGB Variations
Color information
#C453CA (or 0xC453CA) is known color: Fuchsia. HEX triplet: C4, 53 and CA. RGB value is (196,83,202). Sum of RGB (Red+Green+Blue) = 196+83+202=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C453CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453CA is #3BAC35. Grayscale: #818181. Windows color (decimal): -3910710 or 13259716. OLE color: 13259716.
HSL color Cylindrical-coordinate representation of color #C453CA: hue angle of 296.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 #C453CA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 83 | 202 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.21 |
| HSL | 296.97º | 0.53% | 0.56% | - |
| HSV(B) | 296.97º | 0.59% | 0.79% | - |
| XYZ | 36.52 | 22.19 | 58.23 | - |
| YUV | 130.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 202 | 0.03 | 0.59 | 0 | 0.21 | 296.97 | 0.53 | 0.56 |
| Hex | C4 | 53 | CA | 3 | 3B | 0 | 15 | 129 | 35 | 38 |
| Octal | 304 | 123 | 312 | 3 | 73 | 0 | 25 | 451 | 65 | 70 |
| Binary | 11000100 | 1010011 | 11001010 | 11 | 111011 | 0 | 10101 | 100101001 | 110101 | 111000 |
Color Harmonies of #C453CA
Complementary color
Monochromatic Colors of #C453CA
Black with #C453CA
Text Example
Text Example
White with #C453CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453CA; }
p { color: rgb(196,83,202); }
H1.HeaderClassName
{
color: #C453CA;
}
.AnyTagClassName
{
color: #C453CA;
}
</style>
background-color css
<style>
a { background-color: #C453CA; }
a { background-color: rgb(196,83,202); }
div.DivClassName
{
background-color: #C453CA;
}
.BgClassName
{
background-color: #C453CA;
}
</style>
border-color css
<style>
span { border-color: #C453CA; }
span { border-color: rgb(196,83,202); }
td.TdClassName
{
border-color: #C453CA;
}
.TagClassName
{
border-color: #C453CA;
}
</style>