Shades of Fuchsia #CA44CE
Tints of Fuchsia #CA44CE
RGB
CMYK
RGB Variations
Color information
#CA44CE (or 0xCA44CE) is known color: Fuchsia. HEX triplet: CA, 44 and CE. RGB value is (202,68,206). Sum of RGB (Red+Green+Blue) = 202+68+206=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44CE is #35BB31. Grayscale: #7B7B7B. Windows color (decimal): -3521330 or 13518026. OLE color: 13518026.
HSL color Cylindrical-coordinate representation of color #CA44CE: hue angle of 298.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA44CE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 68 | 206 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.19 |
| HSL | 298.26º | 0.58% | 0.54% | - |
| HSV(B) | 298.26º | 0.67% | 0.81% | - |
| XYZ | 37.56 | 21.15 | 60.49 | - |
| YUV | 123.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 206 | 0.02 | 0.67 | 0 | 0.19 | 298.26 | 0.58 | 0.54 |
| Hex | CA | 44 | CE | 2 | 43 | 0 | 13 | 12A | 3A | 36 |
| Octal | 312 | 104 | 316 | 2 | 103 | 0 | 23 | 452 | 72 | 66 |
| Binary | 11001010 | 1000100 | 11001110 | 10 | 1000011 | 0 | 10011 | 100101010 | 111010 | 110110 |
Color Harmonies of #CA44CE
Complementary color
Monochromatic Colors of #CA44CE
Black with #CA44CE
Text Example
Text Example
White with #CA44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44CE; }
p { color: rgb(202,68,206); }
H1.HeaderClassName
{
color: #CA44CE;
}
.AnyTagClassName
{
color: #CA44CE;
}
</style>
background-color css
<style>
a { background-color: #CA44CE; }
a { background-color: rgb(202,68,206); }
div.DivClassName
{
background-color: #CA44CE;
}
.BgClassName
{
background-color: #CA44CE;
}
</style>
border-color css
<style>
span { border-color: #CA44CE; }
span { border-color: rgb(202,68,206); }
td.TdClassName
{
border-color: #CA44CE;
}
.TagClassName
{
border-color: #CA44CE;
}
</style>