Shades of Fuchsia #CA36C5
Tints of Fuchsia #CA36C5
RGB
CMYK
RGB Variations
Color information
#CA36C5 (or 0xCA36C5) is known color: Fuchsia. HEX triplet: CA, 36 and C5. RGB value is (202,54,197). Sum of RGB (Red+Green+Blue) = 202+54+197=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36C5 is #35C93A. Grayscale: #727272. Windows color (decimal): -3524923 or 12924618. OLE color: 12924618.
HSL color Cylindrical-coordinate representation of color #CA36C5: hue angle of 302.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA36C5 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 197 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.21 |
| HSL | 302.03º | 0.58% | 0.5% | - |
| HSV(B) | 302.03º | 0.73% | 0.79% | - |
| XYZ | 35.75 | 19.23 | 54.65 | - |
| YUV | 114.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 197 | 0 | 0.73 | 0.02 | 0.21 | 302.03 | 0.58 | 0.5 |
| Hex | CA | 36 | C5 | 0 | 49 | 2 | 15 | 12E | 3A | 32 |
| Octal | 312 | 66 | 305 | 0 | 111 | 2 | 25 | 456 | 72 | 62 |
| Binary | 11001010 | 110110 | 11000101 | 0 | 1001001 | 10 | 10101 | 100101110 | 111010 | 110010 |
Color Harmonies of #CA36C5
Complementary color
Monochromatic Colors of #CA36C5
Black with #CA36C5
Text Example
Text Example
White with #CA36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36C5; }
p { color: rgb(202,54,197); }
H1.HeaderClassName
{
color: #CA36C5;
}
.AnyTagClassName
{
color: #CA36C5;
}
</style>
background-color css
<style>
a { background-color: #CA36C5; }
a { background-color: rgb(202,54,197); }
div.DivClassName
{
background-color: #CA36C5;
}
.BgClassName
{
background-color: #CA36C5;
}
</style>
border-color css
<style>
span { border-color: #CA36C5; }
span { border-color: rgb(202,54,197); }
td.TdClassName
{
border-color: #CA36C5;
}
.TagClassName
{
border-color: #CA36C5;
}
</style>