Shades of Fuchsia #CA61CE
Tints of Fuchsia #CA61CE
RGB
CMYK
RGB Variations
Color information
#CA61CE (or 0xCA61CE) is known color: Fuchsia. HEX triplet: CA, 61 and CE. RGB value is (202,97,206). Sum of RGB (Red+Green+Blue) = 202+97+206=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61CE is #359E31. Grayscale: #8C8C8C. Windows color (decimal): -3513906 or 13525450. OLE color: 13525450.
HSL color Cylindrical-coordinate representation of color #CA61CE: hue angle of 297.8º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA61CE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 97 | 206 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.19 |
| HSL | 297.8º | 0.53% | 0.59% | - |
| HSV(B) | 297.8º | 0.53% | 0.81% | - |
| XYZ | 39.77 | 25.56 | 61.23 | - |
| YUV | 140.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 206 | 0.02 | 0.53 | 0 | 0.19 | 297.8 | 0.53 | 0.59 |
| Hex | CA | 61 | CE | 2 | 35 | 0 | 13 | 12A | 35 | 3B |
| Octal | 312 | 141 | 316 | 2 | 65 | 0 | 23 | 452 | 65 | 73 |
| Binary | 11001010 | 1100001 | 11001110 | 10 | 110101 | 0 | 10011 | 100101010 | 110101 | 111011 |
Color Harmonies of #CA61CE
Complementary color
Monochromatic Colors of #CA61CE
Black with #CA61CE
Text Example
Text Example
White with #CA61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61CE; }
p { color: rgb(202,97,206); }
H1.HeaderClassName
{
color: #CA61CE;
}
.AnyTagClassName
{
color: #CA61CE;
}
</style>
background-color css
<style>
a { background-color: #CA61CE; }
a { background-color: rgb(202,97,206); }
div.DivClassName
{
background-color: #CA61CE;
}
.BgClassName
{
background-color: #CA61CE;
}
</style>
border-color css
<style>
span { border-color: #CA61CE; }
span { border-color: rgb(202,97,206); }
td.TdClassName
{
border-color: #CA61CE;
}
.TagClassName
{
border-color: #CA61CE;
}
</style>