Shades of Fuchsia #CA38D1
Tints of Fuchsia #CA38D1
RGB
CMYK
RGB Variations
Color information
#CA38D1 (or 0xCA38D1) is known color: Fuchsia. HEX triplet: CA, 38 and D1. RGB value is (202,56,209). Sum of RGB (Red+Green+Blue) = 202+56+209=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA38D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38D1 is #35C72E. Grayscale: #747474. Windows color (decimal): -3524399 or 13711562. OLE color: 13711562.
HSL color Cylindrical-coordinate representation of color #CA38D1: hue angle of 297.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA38D1 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 56 | 209 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.18 |
| HSL | 297.25º | 0.62% | 0.52% | - |
| HSV(B) | 297.25º | 0.73% | 0.82% | - |
| XYZ | 37.28 | 19.99 | 62.21 | - |
| YUV | 117.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 209 | 0.03 | 0.73 | 0 | 0.18 | 297.25 | 0.62 | 0.52 |
| Hex | CA | 38 | D1 | 3 | 49 | 0 | 12 | 129 | 3E | 34 |
| Octal | 312 | 70 | 321 | 3 | 111 | 0 | 22 | 451 | 76 | 64 |
| Binary | 11001010 | 111000 | 11010001 | 11 | 1001001 | 0 | 10010 | 100101001 | 111110 | 110100 |
Color Harmonies of #CA38D1
Complementary color
Monochromatic Colors of #CA38D1
Black with #CA38D1
Text Example
Text Example
White with #CA38D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38D1; }
p { color: rgb(202,56,209); }
H1.HeaderClassName
{
color: #CA38D1;
}
.AnyTagClassName
{
color: #CA38D1;
}
</style>
background-color css
<style>
a { background-color: #CA38D1; }
a { background-color: rgb(202,56,209); }
div.DivClassName
{
background-color: #CA38D1;
}
.BgClassName
{
background-color: #CA38D1;
}
</style>
border-color css
<style>
span { border-color: #CA38D1; }
span { border-color: rgb(202,56,209); }
td.TdClassName
{
border-color: #CA38D1;
}
.TagClassName
{
border-color: #CA38D1;
}
</style>