Shades of Fuchsia #CA34CF
Tints of Fuchsia #CA34CF
RGB
CMYK
RGB Variations
Color information
#CA34CF (or 0xCA34CF) is known color: Fuchsia. HEX triplet: CA, 34 and CF. RGB value is (202,52,207). Sum of RGB (Red+Green+Blue) = 202+52+207=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34CF is #35CB30. Grayscale: #727272. Windows color (decimal): -3525425 or 13579466. OLE color: 13579466.
HSL color Cylindrical-coordinate representation of color #CA34CF: hue angle of 298.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA34CF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 52 | 207 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.19 |
| HSL | 298.06º | 0.62% | 0.51% | - |
| HSV(B) | 298.06º | 0.75% | 0.81% | - |
| XYZ | 36.85 | 19.52 | 60.86 | - |
| YUV | 114.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 207 | 0.02 | 0.75 | 0 | 0.19 | 298.06 | 0.62 | 0.51 |
| Hex | CA | 34 | CF | 2 | 4B | 0 | 13 | 12A | 3E | 33 |
| Octal | 312 | 64 | 317 | 2 | 113 | 0 | 23 | 452 | 76 | 63 |
| Binary | 11001010 | 110100 | 11001111 | 10 | 1001011 | 0 | 10011 | 100101010 | 111110 | 110011 |
Color Harmonies of #CA34CF
Complementary color
Monochromatic Colors of #CA34CF
Black with #CA34CF
Text Example
Text Example
White with #CA34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34CF; }
p { color: rgb(202,52,207); }
H1.HeaderClassName
{
color: #CA34CF;
}
.AnyTagClassName
{
color: #CA34CF;
}
</style>
background-color css
<style>
a { background-color: #CA34CF; }
a { background-color: rgb(202,52,207); }
div.DivClassName
{
background-color: #CA34CF;
}
.BgClassName
{
background-color: #CA34CF;
}
</style>
border-color css
<style>
span { border-color: #CA34CF; }
span { border-color: rgb(202,52,207); }
td.TdClassName
{
border-color: #CA34CF;
}
.TagClassName
{
border-color: #CA34CF;
}
</style>