Shades of Fuchsia #CA52CF
Tints of Fuchsia #CA52CF
RGB
CMYK
RGB Variations
Color information
#CA52CF (or 0xCA52CF) is known color: Fuchsia. HEX triplet: CA, 52 and CF. RGB value is (202,82,207). Sum of RGB (Red+Green+Blue) = 202+82+207=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52CF is #35AD30. Grayscale: #838383. Windows color (decimal): -3517745 or 13587146. OLE color: 13587146.
HSL color Cylindrical-coordinate representation of color #CA52CF: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA52CF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 82 | 207 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.19 |
| HSL | 297.6º | 0.57% | 0.57% | - |
| HSV(B) | 297.6º | 0.6% | 0.81% | - |
| XYZ | 38.64 | 23.1 | 61.45 | - |
| YUV | 132.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 207 | 0.02 | 0.60 | 0 | 0.19 | 297.6 | 0.57 | 0.57 |
| Hex | CA | 52 | CF | 2 | 3C | 0 | 13 | 12A | 39 | 39 |
| Octal | 312 | 122 | 317 | 2 | 74 | 0 | 23 | 452 | 71 | 71 |
| Binary | 11001010 | 1010010 | 11001111 | 10 | 111100 | 0 | 10011 | 100101010 | 111001 | 111001 |
Color Harmonies of #CA52CF
Complementary color
Monochromatic Colors of #CA52CF
Black with #CA52CF
Text Example
Text Example
White with #CA52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52CF; }
p { color: rgb(202,82,207); }
H1.HeaderClassName
{
color: #CA52CF;
}
.AnyTagClassName
{
color: #CA52CF;
}
</style>
background-color css
<style>
a { background-color: #CA52CF; }
a { background-color: rgb(202,82,207); }
div.DivClassName
{
background-color: #CA52CF;
}
.BgClassName
{
background-color: #CA52CF;
}
</style>
border-color css
<style>
span { border-color: #CA52CF; }
span { border-color: rgb(202,82,207); }
td.TdClassName
{
border-color: #CA52CF;
}
.TagClassName
{
border-color: #CA52CF;
}
</style>