Shades of Fuchsia #CA34B0
Tints of Fuchsia #CA34B0
RGB
CMYK
RGB Variations
Color information
#CA34B0 (or 0xCA34B0) is known color: Fuchsia. HEX triplet: CA, 34 and B0. RGB value is (202,52,176). Sum of RGB (Red+Green+Blue) = 202+52+176=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA34B0 is #35CB4F. Grayscale: #6E6E6E. Windows color (decimal): -3525456 or 11547850. OLE color: 11547850.
HSL color Cylindrical-coordinate representation of color #CA34B0: hue angle of 310.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA34B0 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 176 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.21 |
| HSL | 310.4º | 0.59% | 0.5% | - |
| HSV(B) | 310.4º | 0.74% | 0.79% | - |
| XYZ | 33.42 | 18.15 | 42.82 | - |
| YUV | 110.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 176 | 0 | 0.74 | 0.13 | 0.21 | 310.4 | 0.59 | 0.5 |
| Hex | CA | 34 | B0 | 0 | 4A | D | 15 | 136 | 3B | 32 |
| Octal | 312 | 64 | 260 | 0 | 112 | 15 | 25 | 466 | 73 | 62 |
| Binary | 11001010 | 110100 | 10110000 | 0 | 1001010 | 1101 | 10101 | 100110110 | 111011 | 110010 |
Color Harmonies of #CA34B0
Complementary color
Monochromatic Colors of #CA34B0
Black with #CA34B0
Text Example
Text Example
White with #CA34B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34B0; }
p { color: rgb(202,52,176); }
H1.HeaderClassName
{
color: #CA34B0;
}
.AnyTagClassName
{
color: #CA34B0;
}
</style>
background-color css
<style>
a { background-color: #CA34B0; }
a { background-color: rgb(202,52,176); }
div.DivClassName
{
background-color: #CA34B0;
}
.BgClassName
{
background-color: #CA34B0;
}
</style>
border-color css
<style>
span { border-color: #CA34B0; }
span { border-color: rgb(202,52,176); }
td.TdClassName
{
border-color: #CA34B0;
}
.TagClassName
{
border-color: #CA34B0;
}
</style>