Shades of Fuchsia #CA44CC
Tints of Fuchsia #CA44CC
RGB
CMYK
RGB Variations
Color information
#CA44CC (or 0xCA44CC) is known color: Fuchsia. HEX triplet: CA, 44 and CC. RGB value is (202,68,204). Sum of RGB (Red+Green+Blue) = 202+68+204=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44CC is #35BB33. Grayscale: #7B7B7B. Windows color (decimal): -3521332 or 13386954. OLE color: 13386954.
HSL color Cylindrical-coordinate representation of color #CA44CC: hue angle of 299.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA44CC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 68 | 204 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.2 |
| HSL | 299.12º | 0.57% | 0.53% | - |
| HSV(B) | 299.12º | 0.67% | 0.8% | - |
| XYZ | 37.32 | 21.05 | 59.22 | - |
| YUV | 123.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 204 | 0.01 | 0.67 | 0 | 0.2 | 299.12 | 0.57 | 0.53 |
| Hex | CA | 44 | CC | 1 | 43 | 0 | 14 | 12B | 39 | 35 |
| Octal | 312 | 104 | 314 | 1 | 103 | 0 | 24 | 453 | 71 | 65 |
| Binary | 11001010 | 1000100 | 11001100 | 1 | 1000011 | 0 | 10100 | 100101011 | 111001 | 110101 |
Color Harmonies of #CA44CC
Complementary color
Monochromatic Colors of #CA44CC
Black with #CA44CC
Text Example
Text Example
White with #CA44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44CC; }
p { color: rgb(202,68,204); }
H1.HeaderClassName
{
color: #CA44CC;
}
.AnyTagClassName
{
color: #CA44CC;
}
</style>
background-color css
<style>
a { background-color: #CA44CC; }
a { background-color: rgb(202,68,204); }
div.DivClassName
{
background-color: #CA44CC;
}
.BgClassName
{
background-color: #CA44CC;
}
</style>
border-color css
<style>
span { border-color: #CA44CC; }
span { border-color: rgb(202,68,204); }
td.TdClassName
{
border-color: #CA44CC;
}
.TagClassName
{
border-color: #CA44CC;
}
</style>