Shades of Fuchsia #CA36AD
Tints of Fuchsia #CA36AD
RGB
CMYK
RGB Variations
Color information
#CA36AD (or 0xCA36AD) is known color: Fuchsia. HEX triplet: CA, 36 and AD. RGB value is (202,54,173). Sum of RGB (Red+Green+Blue) = 202+54+173=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA36AD is #35C952. Grayscale: #6F6F6F. Windows color (decimal): -3524947 or 11351754. OLE color: 11351754.
HSL color Cylindrical-coordinate representation of color #CA36AD: hue angle of 311.76º 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 #CA36AD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 173 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.21 |
| HSL | 311.76º | 0.58% | 0.5% | - |
| HSV(B) | 311.76º | 0.73% | 0.79% | - |
| XYZ | 33.22 | 18.21 | 41.3 | - |
| YUV | 111.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 173 | 0 | 0.73 | 0.14 | 0.21 | 311.76 | 0.58 | 0.5 |
| Hex | CA | 36 | AD | 0 | 49 | E | 15 | 138 | 3A | 32 |
| Octal | 312 | 66 | 255 | 0 | 111 | 16 | 25 | 470 | 72 | 62 |
| Binary | 11001010 | 110110 | 10101101 | 0 | 1001001 | 1110 | 10101 | 100111000 | 111010 | 110010 |
Color Harmonies of #CA36AD
Complementary color
Monochromatic Colors of #CA36AD
Black with #CA36AD
Text Example
Text Example
White with #CA36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36AD; }
p { color: rgb(202,54,173); }
H1.HeaderClassName
{
color: #CA36AD;
}
.AnyTagClassName
{
color: #CA36AD;
}
</style>
background-color css
<style>
a { background-color: #CA36AD; }
a { background-color: rgb(202,54,173); }
div.DivClassName
{
background-color: #CA36AD;
}
.BgClassName
{
background-color: #CA36AD;
}
</style>
border-color css
<style>
span { border-color: #CA36AD; }
span { border-color: rgb(202,54,173); }
td.TdClassName
{
border-color: #CA36AD;
}
.TagClassName
{
border-color: #CA36AD;
}
</style>