Shades of Fuchsia #CA34D2
Tints of Fuchsia #CA34D2
RGB
CMYK
RGB Variations
Color information
#CA34D2 (or 0xCA34D2) is known color: Fuchsia. HEX triplet: CA, 34 and D2. RGB value is (202,52,210). Sum of RGB (Red+Green+Blue) = 202+52+210=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA34D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34D2 is #35CB2D. Grayscale: #727272. Windows color (decimal): -3525422 or 13776074. OLE color: 13776074.
HSL color Cylindrical-coordinate representation of color #CA34D2: hue angle of 296.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA34D2 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 52 | 210 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.18 |
| HSL | 296.96º | 0.64% | 0.51% | - |
| HSV(B) | 296.96º | 0.75% | 0.82% | - |
| XYZ | 37.22 | 19.67 | 62.81 | - |
| YUV | 114.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 210 | 0.04 | 0.75 | 0 | 0.18 | 296.96 | 0.64 | 0.51 |
| Hex | CA | 34 | D2 | 4 | 4B | 0 | 12 | 129 | 40 | 33 |
| Octal | 312 | 64 | 322 | 4 | 113 | 0 | 22 | 451 | 100 | 63 |
| Binary | 11001010 | 110100 | 11010010 | 100 | 1001011 | 0 | 10010 | 100101001 | 1000000 | 110011 |
Color Harmonies of #CA34D2
Complementary color
Monochromatic Colors of #CA34D2
Black with #CA34D2
Text Example
Text Example
White with #CA34D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34D2; }
p { color: rgb(202,52,210); }
H1.HeaderClassName
{
color: #CA34D2;
}
.AnyTagClassName
{
color: #CA34D2;
}
</style>
background-color css
<style>
a { background-color: #CA34D2; }
a { background-color: rgb(202,52,210); }
div.DivClassName
{
background-color: #CA34D2;
}
.BgClassName
{
background-color: #CA34D2;
}
</style>
border-color css
<style>
span { border-color: #CA34D2; }
span { border-color: rgb(202,52,210); }
td.TdClassName
{
border-color: #CA34D2;
}
.TagClassName
{
border-color: #CA34D2;
}
</style>