Shades of Fuchsia #CA30D0
Tints of Fuchsia #CA30D0
RGB
CMYK
RGB Variations
Color information
#CA30D0 (or 0xCA30D0) is known color: Fuchsia. HEX triplet: CA, 30 and D0. RGB value is (202,48,208). Sum of RGB (Red+Green+Blue) = 202+48+208=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA30D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30D0 is #35CF2F. Grayscale: #6F6F6F. Windows color (decimal): -3526448 or 13643978. OLE color: 13643978.
HSL color Cylindrical-coordinate representation of color #CA30D0: hue angle of 297.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA30D0 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 48 | 208 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.18 |
| HSL | 297.75º | 0.63% | 0.5% | - |
| HSV(B) | 297.75º | 0.77% | 0.82% | - |
| XYZ | 36.8 | 19.22 | 61.45 | - |
| YUV | 112.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 208 | 0.03 | 0.77 | 0 | 0.18 | 297.75 | 0.63 | 0.5 |
| Hex | CA | 30 | D0 | 3 | 4D | 0 | 12 | 12A | 3F | 32 |
| Octal | 312 | 60 | 320 | 3 | 115 | 0 | 22 | 452 | 77 | 62 |
| Binary | 11001010 | 110000 | 11010000 | 11 | 1001101 | 0 | 10010 | 100101010 | 111111 | 110010 |
Color Harmonies of #CA30D0
Complementary color
Monochromatic Colors of #CA30D0
Black with #CA30D0
Text Example
Text Example
White with #CA30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30D0; }
p { color: rgb(202,48,208); }
H1.HeaderClassName
{
color: #CA30D0;
}
.AnyTagClassName
{
color: #CA30D0;
}
</style>
background-color css
<style>
a { background-color: #CA30D0; }
a { background-color: rgb(202,48,208); }
div.DivClassName
{
background-color: #CA30D0;
}
.BgClassName
{
background-color: #CA30D0;
}
</style>
border-color css
<style>
span { border-color: #CA30D0; }
span { border-color: rgb(202,48,208); }
td.TdClassName
{
border-color: #CA30D0;
}
.TagClassName
{
border-color: #CA30D0;
}
</style>