Shades of Fuchsia #CA34BC
Tints of Fuchsia #CA34BC
RGB
CMYK
RGB Variations
Color information
#CA34BC (or 0xCA34BC) is known color: Fuchsia. HEX triplet: CA, 34 and BC. RGB value is (202,52,188). Sum of RGB (Red+Green+Blue) = 202+52+188=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34BC is #35CB43. Grayscale: #6F6F6F. Windows color (decimal): -3525444 or 12334282. OLE color: 12334282.
HSL color Cylindrical-coordinate representation of color #CA34BC: hue angle of 305.6º 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 #CA34BC is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 188 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.21 |
| HSL | 305.6º | 0.59% | 0.5% | - |
| HSV(B) | 305.6º | 0.74% | 0.79% | - |
| XYZ | 34.66 | 18.64 | 49.35 | - |
| YUV | 112.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 188 | 0 | 0.74 | 0.07 | 0.21 | 305.6 | 0.59 | 0.5 |
| Hex | CA | 34 | BC | 0 | 4A | 7 | 15 | 132 | 3B | 32 |
| Octal | 312 | 64 | 274 | 0 | 112 | 7 | 25 | 462 | 73 | 62 |
| Binary | 11001010 | 110100 | 10111100 | 0 | 1001010 | 111 | 10101 | 100110010 | 111011 | 110010 |
Color Harmonies of #CA34BC
Complementary color
Monochromatic Colors of #CA34BC
Black with #CA34BC
Text Example
Text Example
White with #CA34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34BC; }
p { color: rgb(202,52,188); }
H1.HeaderClassName
{
color: #CA34BC;
}
.AnyTagClassName
{
color: #CA34BC;
}
</style>
background-color css
<style>
a { background-color: #CA34BC; }
a { background-color: rgb(202,52,188); }
div.DivClassName
{
background-color: #CA34BC;
}
.BgClassName
{
background-color: #CA34BC;
}
</style>
border-color css
<style>
span { border-color: #CA34BC; }
span { border-color: rgb(202,52,188); }
td.TdClassName
{
border-color: #CA34BC;
}
.TagClassName
{
border-color: #CA34BC;
}
</style>