Shades of Fuchsia #CA45C2
Tints of Fuchsia #CA45C2
RGB
CMYK
RGB Variations
Color information
#CA45C2 (or 0xCA45C2) is known color: Fuchsia. HEX triplet: CA, 45 and C2. RGB value is (202,69,194). Sum of RGB (Red+Green+Blue) = 202+69+194=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45C2 is #35BA3D. Grayscale: #7A7A7A. Windows color (decimal): -3521086 or 12731850. OLE color: 12731850.
HSL color Cylindrical-coordinate representation of color #CA45C2: hue angle of 303.61º 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 #CA45C2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 194 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.21 |
| HSL | 303.61º | 0.56% | 0.53% | - |
| HSV(B) | 303.61º | 0.66% | 0.79% | - |
| XYZ | 36.22 | 20.71 | 53.13 | - |
| YUV | 123.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 194 | 0 | 0.66 | 0.04 | 0.21 | 303.61 | 0.56 | 0.53 |
| Hex | CA | 45 | C2 | 0 | 42 | 4 | 15 | 130 | 38 | 35 |
| Octal | 312 | 105 | 302 | 0 | 102 | 4 | 25 | 460 | 70 | 65 |
| Binary | 11001010 | 1000101 | 11000010 | 0 | 1000010 | 100 | 10101 | 100110000 | 111000 | 110101 |
Color Harmonies of #CA45C2
Complementary color
Monochromatic Colors of #CA45C2
Black with #CA45C2
Text Example
Text Example
White with #CA45C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45C2; }
p { color: rgb(202,69,194); }
H1.HeaderClassName
{
color: #CA45C2;
}
.AnyTagClassName
{
color: #CA45C2;
}
</style>
background-color css
<style>
a { background-color: #CA45C2; }
a { background-color: rgb(202,69,194); }
div.DivClassName
{
background-color: #CA45C2;
}
.BgClassName
{
background-color: #CA45C2;
}
</style>
border-color css
<style>
span { border-color: #CA45C2; }
span { border-color: rgb(202,69,194); }
td.TdClassName
{
border-color: #CA45C2;
}
.TagClassName
{
border-color: #CA45C2;
}
</style>