Shades of Fuchsia #CA44C0
Tints of Fuchsia #CA44C0
RGB
CMYK
RGB Variations
Color information
#CA44C0 (or 0xCA44C0) is known color: Fuchsia. HEX triplet: CA, 44 and C0. RGB value is (202,68,192). Sum of RGB (Red+Green+Blue) = 202+68+192=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44C0 is #35BB3F. Grayscale: #797979. Windows color (decimal): -3521344 or 12600522. OLE color: 12600522.
HSL color Cylindrical-coordinate representation of color #CA44C0: hue angle of 304.48º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA44C0 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 192 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.21 |
| HSL | 304.48º | 0.56% | 0.53% | - |
| HSV(B) | 304.48º | 0.66% | 0.79% | - |
| XYZ | 35.94 | 20.5 | 51.93 | - |
| YUV | 122.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 192 | 0 | 0.66 | 0.05 | 0.21 | 304.48 | 0.56 | 0.53 |
| Hex | CA | 44 | C0 | 0 | 42 | 5 | 15 | 130 | 38 | 35 |
| Octal | 312 | 104 | 300 | 0 | 102 | 5 | 25 | 460 | 70 | 65 |
| Binary | 11001010 | 1000100 | 11000000 | 0 | 1000010 | 101 | 10101 | 100110000 | 111000 | 110101 |
Color Harmonies of #CA44C0
Complementary color
Monochromatic Colors of #CA44C0
Black with #CA44C0
Text Example
Text Example
White with #CA44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44C0; }
p { color: rgb(202,68,192); }
H1.HeaderClassName
{
color: #CA44C0;
}
.AnyTagClassName
{
color: #CA44C0;
}
</style>
background-color css
<style>
a { background-color: #CA44C0; }
a { background-color: rgb(202,68,192); }
div.DivClassName
{
background-color: #CA44C0;
}
.BgClassName
{
background-color: #CA44C0;
}
</style>
border-color css
<style>
span { border-color: #CA44C0; }
span { border-color: rgb(202,68,192); }
td.TdClassName
{
border-color: #CA44C0;
}
.TagClassName
{
border-color: #CA44C0;
}
</style>