Shades of Fuchsia #CA34B8
Tints of Fuchsia #CA34B8
RGB
CMYK
RGB Variations
Color information
#CA34B8 (or 0xCA34B8) is known color: Fuchsia. HEX triplet: CA, 34 and B8. RGB value is (202,52,184). Sum of RGB (Red+Green+Blue) = 202+52+184=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34B8 is #35CB47. Grayscale: #6F6F6F. Windows color (decimal): -3525448 or 12072138. OLE color: 12072138.
HSL color Cylindrical-coordinate representation of color #CA34B8: hue angle of 307.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 #CA34B8 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 184 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.21 |
| HSL | 307.2º | 0.59% | 0.5% | - |
| HSV(B) | 307.2º | 0.74% | 0.79% | - |
| XYZ | 34.24 | 18.47 | 47.11 | - |
| YUV | 111.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 184 | 0 | 0.74 | 0.09 | 0.21 | 307.2 | 0.59 | 0.5 |
| Hex | CA | 34 | B8 | 0 | 4A | 9 | 15 | 133 | 3B | 32 |
| Octal | 312 | 64 | 270 | 0 | 112 | 11 | 25 | 463 | 73 | 62 |
| Binary | 11001010 | 110100 | 10111000 | 0 | 1001010 | 1001 | 10101 | 100110011 | 111011 | 110010 |
Color Harmonies of #CA34B8
Complementary color
Monochromatic Colors of #CA34B8
Black with #CA34B8
Text Example
Text Example
White with #CA34B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34B8; }
p { color: rgb(202,52,184); }
H1.HeaderClassName
{
color: #CA34B8;
}
.AnyTagClassName
{
color: #CA34B8;
}
</style>
background-color css
<style>
a { background-color: #CA34B8; }
a { background-color: rgb(202,52,184); }
div.DivClassName
{
background-color: #CA34B8;
}
.BgClassName
{
background-color: #CA34B8;
}
</style>
border-color css
<style>
span { border-color: #CA34B8; }
span { border-color: rgb(202,52,184); }
td.TdClassName
{
border-color: #CA34B8;
}
.TagClassName
{
border-color: #CA34B8;
}
</style>