Shades of Fuchsia #CA44C2
Tints of Fuchsia #CA44C2
RGB
CMYK
RGB Variations
Color information
#CA44C2 (or 0xCA44C2) is known color: Fuchsia. HEX triplet: CA, 44 and C2. RGB value is (202,68,194). Sum of RGB (Red+Green+Blue) = 202+68+194=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44C2 is #35BB3D. Grayscale: #7A7A7A. Windows color (decimal): -3521342 or 12731594. OLE color: 12731594.
HSL color Cylindrical-coordinate representation of color #CA44C2: hue angle of 303.58º 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 #CA44C2 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 194 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.21 |
| HSL | 303.58º | 0.56% | 0.53% | - |
| HSV(B) | 303.58º | 0.66% | 0.79% | - |
| XYZ | 36.16 | 20.59 | 53.11 | - |
| YUV | 122.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 194 | 0 | 0.66 | 0.04 | 0.21 | 303.58 | 0.56 | 0.53 |
| Hex | CA | 44 | C2 | 0 | 42 | 4 | 15 | 130 | 38 | 35 |
| Octal | 312 | 104 | 302 | 0 | 102 | 4 | 25 | 460 | 70 | 65 |
| Binary | 11001010 | 1000100 | 11000010 | 0 | 1000010 | 100 | 10101 | 100110000 | 111000 | 110101 |
Color Harmonies of #CA44C2
Complementary color
Monochromatic Colors of #CA44C2
Black with #CA44C2
Text Example
Text Example
White with #CA44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44C2; }
p { color: rgb(202,68,194); }
H1.HeaderClassName
{
color: #CA44C2;
}
.AnyTagClassName
{
color: #CA44C2;
}
</style>
background-color css
<style>
a { background-color: #CA44C2; }
a { background-color: rgb(202,68,194); }
div.DivClassName
{
background-color: #CA44C2;
}
.BgClassName
{
background-color: #CA44C2;
}
</style>
border-color css
<style>
span { border-color: #CA44C2; }
span { border-color: rgb(202,68,194); }
td.TdClassName
{
border-color: #CA44C2;
}
.TagClassName
{
border-color: #CA44C2;
}
</style>