Shades of Fuchsia #CA34AC
Tints of Fuchsia #CA34AC
RGB
CMYK
RGB Variations
Color information
#CA34AC (or 0xCA34AC) is known color: Fuchsia. HEX triplet: CA, 34 and AC. RGB value is (202,52,172). Sum of RGB (Red+Green+Blue) = 202+52+172=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA34AC is #35CB53. Grayscale: #6E6E6E. Windows color (decimal): -3525460 or 11285706. OLE color: 11285706.
HSL color Cylindrical-coordinate representation of color #CA34AC: hue angle of 312º 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 #CA34AC is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 172 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.21 |
| HSL | 312º | 0.59% | 0.5% | - |
| HSV(B) | 312º | 0.74% | 0.79% | - |
| XYZ | 33.03 | 17.99 | 40.76 | - |
| YUV | 110.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 172 | 0 | 0.74 | 0.15 | 0.21 | 312 | 0.59 | 0.5 |
| Hex | CA | 34 | AC | 0 | 4A | F | 15 | 138 | 3B | 32 |
| Octal | 312 | 64 | 254 | 0 | 112 | 17 | 25 | 470 | 73 | 62 |
| Binary | 11001010 | 110100 | 10101100 | 0 | 1001010 | 1111 | 10101 | 100111000 | 111011 | 110010 |
Color Harmonies of #CA34AC
Complementary color
Monochromatic Colors of #CA34AC
Black with #CA34AC
Text Example
Text Example
White with #CA34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34AC; }
p { color: rgb(202,52,172); }
H1.HeaderClassName
{
color: #CA34AC;
}
.AnyTagClassName
{
color: #CA34AC;
}
</style>
background-color css
<style>
a { background-color: #CA34AC; }
a { background-color: rgb(202,52,172); }
div.DivClassName
{
background-color: #CA34AC;
}
.BgClassName
{
background-color: #CA34AC;
}
</style>
border-color css
<style>
span { border-color: #CA34AC; }
span { border-color: rgb(202,52,172); }
td.TdClassName
{
border-color: #CA34AC;
}
.TagClassName
{
border-color: #CA34AC;
}
</style>