Shades of Fuchsia #CA62CA
Tints of Fuchsia #CA62CA
RGB
CMYK
RGB Variations
Color information
#CA62CA (or 0xCA62CA) is known color: Fuchsia. HEX triplet: CA, 62 and CA. RGB value is (202,98,202). Sum of RGB (Red+Green+Blue) = 202+98+202=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62CA is #359D35. Grayscale: #8C8C8C. Windows color (decimal): -3513654 or 13263562. OLE color: 13263562.
HSL color Cylindrical-coordinate representation of color #CA62CA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA62CA is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 202 | - |
| CMYK | 0 | 0.51 | 0 | 0.21 |
| HSL | 300º | 0.5% | 0.59% | - |
| HSV(B) | 300º | 0.51% | 0.79% | - |
| XYZ | 39.39 | 25.56 | 58.73 | - |
| YUV | 140.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 202 | 0 | 0.51 | 0 | 0.21 | 300 | 0.5 | 0.59 |
| Hex | CA | 62 | CA | 0 | 33 | 0 | 15 | 12C | 32 | 3B |
| Octal | 312 | 142 | 312 | 0 | 63 | 0 | 25 | 454 | 62 | 73 |
| Binary | 11001010 | 1100010 | 11001010 | 0 | 110011 | 0 | 10101 | 100101100 | 110010 | 111011 |
Color Harmonies of #CA62CA
Complementary color
Monochromatic Colors of #CA62CA
Black with #CA62CA
Text Example
Text Example
White with #CA62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA62CA; }
p { color: rgb(202,98,202); }
H1.HeaderClassName
{
color: #CA62CA;
}
.AnyTagClassName
{
color: #CA62CA;
}
</style>
background-color css
<style>
a { background-color: #CA62CA; }
a { background-color: rgb(202,98,202); }
div.DivClassName
{
background-color: #CA62CA;
}
.BgClassName
{
background-color: #CA62CA;
}
</style>
border-color css
<style>
span { border-color: #CA62CA; }
span { border-color: rgb(202,98,202); }
td.TdClassName
{
border-color: #CA62CA;
}
.TagClassName
{
border-color: #CA62CA;
}
</style>