Shades of Fuchsia #CA38C0
Tints of Fuchsia #CA38C0
RGB
CMYK
RGB Variations
Color information
#CA38C0 (or 0xCA38C0) is known color: Fuchsia. HEX triplet: CA, 38 and C0. RGB value is (202,56,192). Sum of RGB (Red+Green+Blue) = 202+56+192=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38C0 is #35C73F. Grayscale: #727272. Windows color (decimal): -3524416 or 12597450. OLE color: 12597450.
HSL color Cylindrical-coordinate representation of color #CA38C0: hue angle of 304.11º 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 #CA38C0 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 192 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.21 |
| HSL | 304.11º | 0.58% | 0.51% | - |
| HSV(B) | 304.11º | 0.72% | 0.79% | - |
| XYZ | 35.29 | 19.19 | 51.71 | - |
| YUV | 115.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 192 | 0 | 0.72 | 0.05 | 0.21 | 304.11 | 0.58 | 0.51 |
| Hex | CA | 38 | C0 | 0 | 48 | 5 | 15 | 130 | 3A | 33 |
| Octal | 312 | 70 | 300 | 0 | 110 | 5 | 25 | 460 | 72 | 63 |
| Binary | 11001010 | 111000 | 11000000 | 0 | 1001000 | 101 | 10101 | 100110000 | 111010 | 110011 |
Color Harmonies of #CA38C0
Complementary color
Monochromatic Colors of #CA38C0
Black with #CA38C0
Text Example
Text Example
White with #CA38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38C0; }
p { color: rgb(202,56,192); }
H1.HeaderClassName
{
color: #CA38C0;
}
.AnyTagClassName
{
color: #CA38C0;
}
</style>
background-color css
<style>
a { background-color: #CA38C0; }
a { background-color: rgb(202,56,192); }
div.DivClassName
{
background-color: #CA38C0;
}
.BgClassName
{
background-color: #CA38C0;
}
</style>
border-color css
<style>
span { border-color: #CA38C0; }
span { border-color: rgb(202,56,192); }
td.TdClassName
{
border-color: #CA38C0;
}
.TagClassName
{
border-color: #CA38C0;
}
</style>