Shades of Fuchsia #CA34D0
Tints of Fuchsia #CA34D0
RGB
CMYK
RGB Variations
Color information
#CA34D0 (or 0xCA34D0) is known color: Fuchsia. HEX triplet: CA, 34 and D0. RGB value is (202,52,208). Sum of RGB (Red+Green+Blue) = 202+52+208=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34D0 is #35CB2F. Grayscale: #727272. Windows color (decimal): -3525424 or 13645002. OLE color: 13645002.
HSL color Cylindrical-coordinate representation of color #CA34D0: hue angle of 297.69º degrees, saturation: 0.62, 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 #CA34D0 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 52 | 208 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.69º | 0.62% | 0.51% | - |
| HSV(B) | 297.69º | 0.75% | 0.82% | - |
| XYZ | 36.97 | 19.57 | 61.5 | - |
| YUV | 114.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 208 | 0.03 | 0.75 | 0 | 0.18 | 297.69 | 0.62 | 0.51 |
| Hex | CA | 34 | D0 | 3 | 4B | 0 | 12 | 12A | 3E | 33 |
| Octal | 312 | 64 | 320 | 3 | 113 | 0 | 22 | 452 | 76 | 63 |
| Binary | 11001010 | 110100 | 11010000 | 11 | 1001011 | 0 | 10010 | 100101010 | 111110 | 110011 |
Color Harmonies of #CA34D0
Complementary color
Monochromatic Colors of #CA34D0
Black with #CA34D0
Text Example
Text Example
White with #CA34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34D0; }
p { color: rgb(202,52,208); }
H1.HeaderClassName
{
color: #CA34D0;
}
.AnyTagClassName
{
color: #CA34D0;
}
</style>
background-color css
<style>
a { background-color: #CA34D0; }
a { background-color: rgb(202,52,208); }
div.DivClassName
{
background-color: #CA34D0;
}
.BgClassName
{
background-color: #CA34D0;
}
</style>
border-color css
<style>
span { border-color: #CA34D0; }
span { border-color: rgb(202,52,208); }
td.TdClassName
{
border-color: #CA34D0;
}
.TagClassName
{
border-color: #CA34D0;
}
</style>