Shades of Fuchsia #CA34D1
Tints of Fuchsia #CA34D1
RGB
CMYK
RGB Variations
Color information
#CA34D1 (or 0xCA34D1) is known color: Fuchsia. HEX triplet: CA, 34 and D1. RGB value is (202,52,209). Sum of RGB (Red+Green+Blue) = 202+52+209=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA34D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34D1 is #35CB2E. Grayscale: #727272. Windows color (decimal): -3525423 or 13710538. OLE color: 13710538.
HSL color Cylindrical-coordinate representation of color #CA34D1: hue angle of 297.32º degrees, saturation: 0.63, 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 #CA34D1 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 52 | 209 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.32º | 0.63% | 0.51% | - |
| HSV(B) | 297.32º | 0.75% | 0.82% | - |
| XYZ | 37.09 | 19.62 | 62.15 | - |
| YUV | 114.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 209 | 0.03 | 0.75 | 0 | 0.18 | 297.32 | 0.63 | 0.51 |
| Hex | CA | 34 | D1 | 3 | 4B | 0 | 12 | 129 | 3F | 33 |
| Octal | 312 | 64 | 321 | 3 | 113 | 0 | 22 | 451 | 77 | 63 |
| Binary | 11001010 | 110100 | 11010001 | 11 | 1001011 | 0 | 10010 | 100101001 | 111111 | 110011 |
Color Harmonies of #CA34D1
Complementary color
Monochromatic Colors of #CA34D1
Black with #CA34D1
Text Example
Text Example
White with #CA34D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34D1; }
p { color: rgb(202,52,209); }
H1.HeaderClassName
{
color: #CA34D1;
}
.AnyTagClassName
{
color: #CA34D1;
}
</style>
background-color css
<style>
a { background-color: #CA34D1; }
a { background-color: rgb(202,52,209); }
div.DivClassName
{
background-color: #CA34D1;
}
.BgClassName
{
background-color: #CA34D1;
}
</style>
border-color css
<style>
span { border-color: #CA34D1; }
span { border-color: rgb(202,52,209); }
td.TdClassName
{
border-color: #CA34D1;
}
.TagClassName
{
border-color: #CA34D1;
}
</style>