Shades of Fuchsia #CA30B0
Tints of Fuchsia #CA30B0
RGB
CMYK
RGB Variations
Color information
#CA30B0 (or 0xCA30B0) is known color: Fuchsia. HEX triplet: CA, 30 and B0. RGB value is (202,48,176). Sum of RGB (Red+Green+Blue) = 202+48+176=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30B0 is #35CF4F. Grayscale: #6C6C6C. Windows color (decimal): -3526480 or 11546826. OLE color: 11546826.
HSL color Cylindrical-coordinate representation of color #CA30B0: hue angle of 310.13º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA30B0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 176 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.21 |
| HSL | 310.13º | 0.62% | 0.49% | - |
| HSV(B) | 310.13º | 0.76% | 0.79% | - |
| XYZ | 33.25 | 17.81 | 42.76 | - |
| YUV | 108.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 176 | 0 | 0.76 | 0.13 | 0.21 | 310.13 | 0.62 | 0.49 |
| Hex | CA | 30 | B0 | 0 | 4C | D | 15 | 136 | 3E | 31 |
| Octal | 312 | 60 | 260 | 0 | 114 | 15 | 25 | 466 | 76 | 61 |
| Binary | 11001010 | 110000 | 10110000 | 0 | 1001100 | 1101 | 10101 | 100110110 | 111110 | 110001 |
Color Harmonies of #CA30B0
Complementary color
Monochromatic Colors of #CA30B0
Black with #CA30B0
Text Example
Text Example
White with #CA30B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30B0; }
p { color: rgb(202,48,176); }
H1.HeaderClassName
{
color: #CA30B0;
}
.AnyTagClassName
{
color: #CA30B0;
}
</style>
background-color css
<style>
a { background-color: #CA30B0; }
a { background-color: rgb(202,48,176); }
div.DivClassName
{
background-color: #CA30B0;
}
.BgClassName
{
background-color: #CA30B0;
}
</style>
border-color css
<style>
span { border-color: #CA30B0; }
span { border-color: rgb(202,48,176); }
td.TdClassName
{
border-color: #CA30B0;
}
.TagClassName
{
border-color: #CA30B0;
}
</style>