Shades of Fuchsia #CA45C0
Tints of Fuchsia #CA45C0
RGB
CMYK
RGB Variations
Color information
#CA45C0 (or 0xCA45C0) is known color: Fuchsia. HEX triplet: CA, 45 and C0. RGB value is (202,69,192). Sum of RGB (Red+Green+Blue) = 202+69+192=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45C0 is #35BA3F. Grayscale: #7A7A7A. Windows color (decimal): -3521088 or 12600778. OLE color: 12600778.
HSL color Cylindrical-coordinate representation of color #CA45C0: hue angle of 304.51º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45C0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 192 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.21 |
| HSL | 304.51º | 0.56% | 0.53% | - |
| HSV(B) | 304.51º | 0.66% | 0.79% | - |
| XYZ | 36 | 20.62 | 51.95 | - |
| YUV | 122.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 192 | 0 | 0.66 | 0.05 | 0.21 | 304.51 | 0.56 | 0.53 |
| Hex | CA | 45 | C0 | 0 | 42 | 5 | 15 | 131 | 38 | 35 |
| Octal | 312 | 105 | 300 | 0 | 102 | 5 | 25 | 461 | 70 | 65 |
| Binary | 11001010 | 1000101 | 11000000 | 0 | 1000010 | 101 | 10101 | 100110001 | 111000 | 110101 |
Color Harmonies of #CA45C0
Complementary color
Monochromatic Colors of #CA45C0
Black with #CA45C0
Text Example
Text Example
White with #CA45C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45C0; }
p { color: rgb(202,69,192); }
H1.HeaderClassName
{
color: #CA45C0;
}
.AnyTagClassName
{
color: #CA45C0;
}
</style>
background-color css
<style>
a { background-color: #CA45C0; }
a { background-color: rgb(202,69,192); }
div.DivClassName
{
background-color: #CA45C0;
}
.BgClassName
{
background-color: #CA45C0;
}
</style>
border-color css
<style>
span { border-color: #CA45C0; }
span { border-color: rgb(202,69,192); }
td.TdClassName
{
border-color: #CA45C0;
}
.TagClassName
{
border-color: #CA45C0;
}
</style>