Shades of Fuchsia #CA44D1
Tints of Fuchsia #CA44D1
RGB
CMYK
RGB Variations
Color information
#CA44D1 (or 0xCA44D1) is known color: Fuchsia. HEX triplet: CA, 44 and D1. RGB value is (202,68,209). Sum of RGB (Red+Green+Blue) = 202+68+209=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA44D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44D1 is #35BB2E. Grayscale: #7B7B7B. Windows color (decimal): -3521327 or 13714634. OLE color: 13714634.
HSL color Cylindrical-coordinate representation of color #CA44D1: hue angle of 297.02º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA44D1 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 68 | 209 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.18 |
| HSL | 297.02º | 0.61% | 0.54% | - |
| HSV(B) | 297.02º | 0.67% | 0.82% | - |
| XYZ | 37.93 | 21.29 | 62.43 | - |
| YUV | 124.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 209 | 0.03 | 0.67 | 0 | 0.18 | 297.02 | 0.61 | 0.54 |
| Hex | CA | 44 | D1 | 3 | 43 | 0 | 12 | 129 | 3D | 36 |
| Octal | 312 | 104 | 321 | 3 | 103 | 0 | 22 | 451 | 75 | 66 |
| Binary | 11001010 | 1000100 | 11010001 | 11 | 1000011 | 0 | 10010 | 100101001 | 111101 | 110110 |
Color Harmonies of #CA44D1
Complementary color
Monochromatic Colors of #CA44D1
Black with #CA44D1
Text Example
Text Example
White with #CA44D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44D1; }
p { color: rgb(202,68,209); }
H1.HeaderClassName
{
color: #CA44D1;
}
.AnyTagClassName
{
color: #CA44D1;
}
</style>
background-color css
<style>
a { background-color: #CA44D1; }
a { background-color: rgb(202,68,209); }
div.DivClassName
{
background-color: #CA44D1;
}
.BgClassName
{
background-color: #CA44D1;
}
</style>
border-color css
<style>
span { border-color: #CA44D1; }
span { border-color: rgb(202,68,209); }
td.TdClassName
{
border-color: #CA44D1;
}
.TagClassName
{
border-color: #CA44D1;
}
</style>