Shades of Fuchsia #CA38C2
Tints of Fuchsia #CA38C2
RGB
CMYK
RGB Variations
Color information
#CA38C2 (or 0xCA38C2) is known color: Fuchsia. HEX triplet: CA, 38 and C2. RGB value is (202,56,194). Sum of RGB (Red+Green+Blue) = 202+56+194=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38C2 is #35C73D. Grayscale: #727272. Windows color (decimal): -3524414 or 12728522. OLE color: 12728522.
HSL color Cylindrical-coordinate representation of color #CA38C2: hue angle of 303.29º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA38C2 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 194 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.21 |
| HSL | 303.29º | 0.58% | 0.51% | - |
| HSV(B) | 303.29º | 0.72% | 0.79% | - |
| XYZ | 35.51 | 19.28 | 52.89 | - |
| YUV | 115.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 194 | 0 | 0.72 | 0.04 | 0.21 | 303.29 | 0.58 | 0.51 |
| Hex | CA | 38 | C2 | 0 | 48 | 4 | 15 | 12F | 3A | 33 |
| Octal | 312 | 70 | 302 | 0 | 110 | 4 | 25 | 457 | 72 | 63 |
| Binary | 11001010 | 111000 | 11000010 | 0 | 1001000 | 100 | 10101 | 100101111 | 111010 | 110011 |
Color Harmonies of #CA38C2
Complementary color
Monochromatic Colors of #CA38C2
Black with #CA38C2
Text Example
Text Example
White with #CA38C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38C2; }
p { color: rgb(202,56,194); }
H1.HeaderClassName
{
color: #CA38C2;
}
.AnyTagClassName
{
color: #CA38C2;
}
</style>
background-color css
<style>
a { background-color: #CA38C2; }
a { background-color: rgb(202,56,194); }
div.DivClassName
{
background-color: #CA38C2;
}
.BgClassName
{
background-color: #CA38C2;
}
</style>
border-color css
<style>
span { border-color: #CA38C2; }
span { border-color: rgb(202,56,194); }
td.TdClassName
{
border-color: #CA38C2;
}
.TagClassName
{
border-color: #CA38C2;
}
</style>