Shades of Fuchsia #CA39C5
Tints of Fuchsia #CA39C5
RGB
CMYK
RGB Variations
Color information
#CA39C5 (or 0xCA39C5) is known color: Fuchsia. HEX triplet: CA, 39 and C5. RGB value is (202,57,197). Sum of RGB (Red+Green+Blue) = 202+57+197=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA39C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39C5 is #35C63A. Grayscale: #737373. Windows color (decimal): -3524155 or 12925386. OLE color: 12925386.
HSL color Cylindrical-coordinate representation of color #CA39C5: hue angle of 302.07º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA39C5 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 197 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.21 |
| HSL | 302.07º | 0.58% | 0.51% | - |
| HSV(B) | 302.07º | 0.72% | 0.79% | - |
| XYZ | 35.9 | 19.51 | 54.7 | - |
| YUV | 116.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 197 | 0 | 0.72 | 0.02 | 0.21 | 302.07 | 0.58 | 0.51 |
| Hex | CA | 39 | C5 | 0 | 48 | 2 | 15 | 12E | 3A | 33 |
| Octal | 312 | 71 | 305 | 0 | 110 | 2 | 25 | 456 | 72 | 63 |
| Binary | 11001010 | 111001 | 11000101 | 0 | 1001000 | 10 | 10101 | 100101110 | 111010 | 110011 |
Color Harmonies of #CA39C5
Complementary color
Monochromatic Colors of #CA39C5
Black with #CA39C5
Text Example
Text Example
White with #CA39C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39C5; }
p { color: rgb(202,57,197); }
H1.HeaderClassName
{
color: #CA39C5;
}
.AnyTagClassName
{
color: #CA39C5;
}
</style>
background-color css
<style>
a { background-color: #CA39C5; }
a { background-color: rgb(202,57,197); }
div.DivClassName
{
background-color: #CA39C5;
}
.BgClassName
{
background-color: #CA39C5;
}
</style>
border-color css
<style>
span { border-color: #CA39C5; }
span { border-color: rgb(202,57,197); }
td.TdClassName
{
border-color: #CA39C5;
}
.TagClassName
{
border-color: #CA39C5;
}
</style>