Shades of Fuchsia #CA34C0
Tints of Fuchsia #CA34C0
RGB
CMYK
RGB Variations
Color information
#CA34C0 (or 0xCA34C0) is known color: Fuchsia. HEX triplet: CA, 34 and C0. RGB value is (202,52,192). Sum of RGB (Red+Green+Blue) = 202+52+192=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34C0 is #35CB3F. Grayscale: #707070. Windows color (decimal): -3525440 or 12596426. OLE color: 12596426.
HSL color Cylindrical-coordinate representation of color #CA34C0: hue angle of 304º 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 #CA34C0 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 192 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.21 |
| HSL | 304º | 0.59% | 0.5% | - |
| HSV(B) | 304º | 0.74% | 0.79% | - |
| XYZ | 35.1 | 18.82 | 51.65 | - |
| YUV | 112.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 192 | 0 | 0.74 | 0.05 | 0.21 | 304 | 0.59 | 0.5 |
| Hex | CA | 34 | C0 | 0 | 4A | 5 | 15 | 130 | 3B | 32 |
| Octal | 312 | 64 | 300 | 0 | 112 | 5 | 25 | 460 | 73 | 62 |
| Binary | 11001010 | 110100 | 11000000 | 0 | 1001010 | 101 | 10101 | 100110000 | 111011 | 110010 |
Color Harmonies of #CA34C0
Complementary color
Monochromatic Colors of #CA34C0
Black with #CA34C0
Text Example
Text Example
White with #CA34C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34C0; }
p { color: rgb(202,52,192); }
H1.HeaderClassName
{
color: #CA34C0;
}
.AnyTagClassName
{
color: #CA34C0;
}
</style>
background-color css
<style>
a { background-color: #CA34C0; }
a { background-color: rgb(202,52,192); }
div.DivClassName
{
background-color: #CA34C0;
}
.BgClassName
{
background-color: #CA34C0;
}
</style>
border-color css
<style>
span { border-color: #CA34C0; }
span { border-color: rgb(202,52,192); }
td.TdClassName
{
border-color: #CA34C0;
}
.TagClassName
{
border-color: #CA34C0;
}
</style>