Shades of Fuchsia #CA30B8
Tints of Fuchsia #CA30B8
RGB
CMYK
RGB Variations
Color information
#CA30B8 (or 0xCA30B8) is known color: Fuchsia. HEX triplet: CA, 30 and B8. RGB value is (202,48,184). Sum of RGB (Red+Green+Blue) = 202+48+184=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30B8 is #35CF47. Grayscale: #6D6D6D. Windows color (decimal): -3526472 or 12071114. OLE color: 12071114.
HSL color Cylindrical-coordinate representation of color #CA30B8: hue angle of 307.01º 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 #CA30B8 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 184 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.21 |
| HSL | 307.01º | 0.62% | 0.49% | - |
| HSV(B) | 307.01º | 0.76% | 0.79% | - |
| XYZ | 34.07 | 18.13 | 47.05 | - |
| YUV | 109.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 184 | 0 | 0.76 | 0.09 | 0.21 | 307.01 | 0.62 | 0.49 |
| Hex | CA | 30 | B8 | 0 | 4C | 9 | 15 | 133 | 3E | 31 |
| Octal | 312 | 60 | 270 | 0 | 114 | 11 | 25 | 463 | 76 | 61 |
| Binary | 11001010 | 110000 | 10111000 | 0 | 1001100 | 1001 | 10101 | 100110011 | 111110 | 110001 |
Color Harmonies of #CA30B8
Complementary color
Monochromatic Colors of #CA30B8
Black with #CA30B8
Text Example
Text Example
White with #CA30B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30B8; }
p { color: rgb(202,48,184); }
H1.HeaderClassName
{
color: #CA30B8;
}
.AnyTagClassName
{
color: #CA30B8;
}
</style>
background-color css
<style>
a { background-color: #CA30B8; }
a { background-color: rgb(202,48,184); }
div.DivClassName
{
background-color: #CA30B8;
}
.BgClassName
{
background-color: #CA30B8;
}
</style>
border-color css
<style>
span { border-color: #CA30B8; }
span { border-color: rgb(202,48,184); }
td.TdClassName
{
border-color: #CA30B8;
}
.TagClassName
{
border-color: #CA30B8;
}
</style>