Shades of Fuchsia #CA30AD
Tints of Fuchsia #CA30AD
RGB
CMYK
RGB Variations
Color information
#CA30AD (or 0xCA30AD) is known color: Fuchsia. HEX triplet: CA, 30 and AD. RGB value is (202,48,173). Sum of RGB (Red+Green+Blue) = 202+48+173=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30AD is #35CF52. Grayscale: #6B6B6B. Windows color (decimal): -3526483 or 11350218. OLE color: 11350218.
HSL color Cylindrical-coordinate representation of color #CA30AD: hue angle of 311.3º 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 #CA30AD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 173 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.21 |
| HSL | 311.3º | 0.62% | 0.49% | - |
| HSV(B) | 311.3º | 0.76% | 0.79% | - |
| XYZ | 32.96 | 17.69 | 41.21 | - |
| YUV | 108.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 173 | 0 | 0.76 | 0.14 | 0.21 | 311.3 | 0.62 | 0.49 |
| Hex | CA | 30 | AD | 0 | 4C | E | 15 | 137 | 3E | 31 |
| Octal | 312 | 60 | 255 | 0 | 114 | 16 | 25 | 467 | 76 | 61 |
| Binary | 11001010 | 110000 | 10101101 | 0 | 1001100 | 1110 | 10101 | 100110111 | 111110 | 110001 |
Color Harmonies of #CA30AD
Complementary color
Monochromatic Colors of #CA30AD
Black with #CA30AD
Text Example
Text Example
White with #CA30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30AD; }
p { color: rgb(202,48,173); }
H1.HeaderClassName
{
color: #CA30AD;
}
.AnyTagClassName
{
color: #CA30AD;
}
</style>
background-color css
<style>
a { background-color: #CA30AD; }
a { background-color: rgb(202,48,173); }
div.DivClassName
{
background-color: #CA30AD;
}
.BgClassName
{
background-color: #CA30AD;
}
</style>
border-color css
<style>
span { border-color: #CA30AD; }
span { border-color: rgb(202,48,173); }
td.TdClassName
{
border-color: #CA30AD;
}
.TagClassName
{
border-color: #CA30AD;
}
</style>