Shades of Fuchsia #CA3ACE
Tints of Fuchsia #CA3ACE
RGB
CMYK
RGB Variations
Color information
#CA3ACE (or 0xCA3ACE) is known color: Fuchsia. HEX triplet: CA, 3A and CE. RGB value is (202,58,206). Sum of RGB (Red+Green+Blue) = 202+58+206=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ACE is #35C531. Grayscale: #757575. Windows color (decimal): -3523890 or 13515466. OLE color: 13515466.
HSL color Cylindrical-coordinate representation of color #CA3ACE: hue angle of 298.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3ACE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 58 | 206 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.19 |
| HSL | 298.38º | 0.6% | 0.52% | - |
| HSV(B) | 298.38º | 0.72% | 0.81% | - |
| XYZ | 37.01 | 20.04 | 60.31 | - |
| YUV | 117.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 206 | 0.02 | 0.72 | 0 | 0.19 | 298.38 | 0.6 | 0.52 |
| Hex | CA | 3A | CE | 2 | 48 | 0 | 13 | 12A | 3C | 34 |
| Octal | 312 | 72 | 316 | 2 | 110 | 0 | 23 | 452 | 74 | 64 |
| Binary | 11001010 | 111010 | 11001110 | 10 | 1001000 | 0 | 10011 | 100101010 | 111100 | 110100 |
Color Harmonies of #CA3ACE
Complementary color
Monochromatic Colors of #CA3ACE
Black with #CA3ACE
Text Example
Text Example
White with #CA3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3ACE; }
p { color: rgb(202,58,206); }
H1.HeaderClassName
{
color: #CA3ACE;
}
.AnyTagClassName
{
color: #CA3ACE;
}
</style>
background-color css
<style>
a { background-color: #CA3ACE; }
a { background-color: rgb(202,58,206); }
div.DivClassName
{
background-color: #CA3ACE;
}
.BgClassName
{
background-color: #CA3ACE;
}
</style>
border-color css
<style>
span { border-color: #CA3ACE; }
span { border-color: rgb(202,58,206); }
td.TdClassName
{
border-color: #CA3ACE;
}
.TagClassName
{
border-color: #CA3ACE;
}
</style>