Shades of Fuchsia #CA38D0
Tints of Fuchsia #CA38D0
RGB
CMYK
RGB Variations
Color information
#CA38D0 (or 0xCA38D0) is known color: Fuchsia. HEX triplet: CA, 38 and D0. RGB value is (202,56,208). Sum of RGB (Red+Green+Blue) = 202+56+208=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA38D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38D0 is #35C72F. Grayscale: #747474. Windows color (decimal): -3524400 or 13646026. OLE color: 13646026.
HSL color Cylindrical-coordinate representation of color #CA38D0: hue angle of 297.63º 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 #CA38D0 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 56 | 208 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.18 |
| HSL | 297.63º | 0.62% | 0.52% | - |
| HSV(B) | 297.63º | 0.73% | 0.82% | - |
| XYZ | 37.16 | 19.94 | 61.56 | - |
| YUV | 116.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 208 | 0.03 | 0.73 | 0 | 0.18 | 297.63 | 0.62 | 0.52 |
| Hex | CA | 38 | D0 | 3 | 49 | 0 | 12 | 12A | 3E | 34 |
| Octal | 312 | 70 | 320 | 3 | 111 | 0 | 22 | 452 | 76 | 64 |
| Binary | 11001010 | 111000 | 11010000 | 11 | 1001001 | 0 | 10010 | 100101010 | 111110 | 110100 |
Color Harmonies of #CA38D0
Complementary color
Monochromatic Colors of #CA38D0
Black with #CA38D0
Text Example
Text Example
White with #CA38D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38D0; }
p { color: rgb(202,56,208); }
H1.HeaderClassName
{
color: #CA38D0;
}
.AnyTagClassName
{
color: #CA38D0;
}
</style>
background-color css
<style>
a { background-color: #CA38D0; }
a { background-color: rgb(202,56,208); }
div.DivClassName
{
background-color: #CA38D0;
}
.BgClassName
{
background-color: #CA38D0;
}
</style>
border-color css
<style>
span { border-color: #CA38D0; }
span { border-color: rgb(202,56,208); }
td.TdClassName
{
border-color: #CA38D0;
}
.TagClassName
{
border-color: #CA38D0;
}
</style>