Shades of Fuchsia #CA34C7
Tints of Fuchsia #CA34C7
RGB
CMYK
RGB Variations
Color information
#CA34C7 (or 0xCA34C7) is known color: Fuchsia. HEX triplet: CA, 34 and C7. RGB value is (202,52,199). Sum of RGB (Red+Green+Blue) = 202+52+199=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34C7 is #35CB38. Grayscale: #717171. Windows color (decimal): -3525433 or 13055178. OLE color: 13055178.
HSL color Cylindrical-coordinate representation of color #CA34C7: hue angle of 301.2º 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 #CA34C7 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 199 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.21 |
| HSL | 301.2º | 0.59% | 0.5% | - |
| HSV(B) | 301.2º | 0.74% | 0.79% | - |
| XYZ | 35.89 | 19.14 | 55.83 | - |
| YUV | 113.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 199 | 0 | 0.74 | 0.01 | 0.21 | 301.2 | 0.59 | 0.5 |
| Hex | CA | 34 | C7 | 0 | 4A | 1 | 15 | 12D | 3B | 32 |
| Octal | 312 | 64 | 307 | 0 | 112 | 1 | 25 | 455 | 73 | 62 |
| Binary | 11001010 | 110100 | 11000111 | 0 | 1001010 | 1 | 10101 | 100101101 | 111011 | 110010 |
Color Harmonies of #CA34C7
Complementary color
Monochromatic Colors of #CA34C7
Black with #CA34C7
Text Example
Text Example
White with #CA34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34C7; }
p { color: rgb(202,52,199); }
H1.HeaderClassName
{
color: #CA34C7;
}
.AnyTagClassName
{
color: #CA34C7;
}
</style>
background-color css
<style>
a { background-color: #CA34C7; }
a { background-color: rgb(202,52,199); }
div.DivClassName
{
background-color: #CA34C7;
}
.BgClassName
{
background-color: #CA34C7;
}
</style>
border-color css
<style>
span { border-color: #CA34C7; }
span { border-color: rgb(202,52,199); }
td.TdClassName
{
border-color: #CA34C7;
}
.TagClassName
{
border-color: #CA34C7;
}
</style>