Shades of Fuchsia #CA3FCE
Tints of Fuchsia #CA3FCE
RGB
CMYK
RGB Variations
Color information
#CA3FCE (or 0xCA3FCE) is known color: Fuchsia. HEX triplet: CA, 3F and CE. RGB value is (202,63,206). Sum of RGB (Red+Green+Blue) = 202+63+206=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FCE is #35C031. Grayscale: #787878. Windows color (decimal): -3522610 or 13516746. OLE color: 13516746.
HSL color Cylindrical-coordinate representation of color #CA3FCE: hue angle of 298.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FCE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 63 | 206 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.19 |
| HSL | 298.32º | 0.59% | 0.53% | - |
| HSV(B) | 298.32º | 0.69% | 0.81% | - |
| XYZ | 37.28 | 20.57 | 60.4 | - |
| YUV | 120.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 206 | 0.02 | 0.69 | 0 | 0.19 | 298.32 | 0.59 | 0.53 |
| Hex | CA | 3F | CE | 2 | 45 | 0 | 13 | 12A | 3B | 35 |
| Octal | 312 | 77 | 316 | 2 | 105 | 0 | 23 | 452 | 73 | 65 |
| Binary | 11001010 | 111111 | 11001110 | 10 | 1000101 | 0 | 10011 | 100101010 | 111011 | 110101 |
Color Harmonies of #CA3FCE
Complementary color
Monochromatic Colors of #CA3FCE
Black with #CA3FCE
Text Example
Text Example
White with #CA3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FCE; }
p { color: rgb(202,63,206); }
H1.HeaderClassName
{
color: #CA3FCE;
}
.AnyTagClassName
{
color: #CA3FCE;
}
</style>
background-color css
<style>
a { background-color: #CA3FCE; }
a { background-color: rgb(202,63,206); }
div.DivClassName
{
background-color: #CA3FCE;
}
.BgClassName
{
background-color: #CA3FCE;
}
</style>
border-color css
<style>
span { border-color: #CA3FCE; }
span { border-color: rgb(202,63,206); }
td.TdClassName
{
border-color: #CA3FCE;
}
.TagClassName
{
border-color: #CA3FCE;
}
</style>