Shades of Fuchsia #CA30B5
Tints of Fuchsia #CA30B5
RGB
CMYK
RGB Variations
Color information
#CA30B5 (or 0xCA30B5) is known color: Fuchsia. HEX triplet: CA, 30 and B5. RGB value is (202,48,181). Sum of RGB (Red+Green+Blue) = 202+48+181=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30B5 is #35CF4A. Grayscale: #6C6C6C. Windows color (decimal): -3526475 or 11874506. OLE color: 11874506.
HSL color Cylindrical-coordinate representation of color #CA30B5: hue angle of 308.18º 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 #CA30B5 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 181 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.21 |
| HSL | 308.18º | 0.62% | 0.49% | - |
| HSV(B) | 308.18º | 0.76% | 0.79% | - |
| XYZ | 33.75 | 18.01 | 45.41 | - |
| YUV | 109.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 181 | 0 | 0.76 | 0.10 | 0.21 | 308.18 | 0.62 | 0.49 |
| Hex | CA | 30 | B5 | 0 | 4C | A | 15 | 134 | 3E | 31 |
| Octal | 312 | 60 | 265 | 0 | 114 | 12 | 25 | 464 | 76 | 61 |
| Binary | 11001010 | 110000 | 10110101 | 0 | 1001100 | 1010 | 10101 | 100110100 | 111110 | 110001 |
Color Harmonies of #CA30B5
Complementary color
Monochromatic Colors of #CA30B5
Black with #CA30B5
Text Example
Text Example
White with #CA30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30B5; }
p { color: rgb(202,48,181); }
H1.HeaderClassName
{
color: #CA30B5;
}
.AnyTagClassName
{
color: #CA30B5;
}
</style>
background-color css
<style>
a { background-color: #CA30B5; }
a { background-color: rgb(202,48,181); }
div.DivClassName
{
background-color: #CA30B5;
}
.BgClassName
{
background-color: #CA30B5;
}
</style>
border-color css
<style>
span { border-color: #CA30B5; }
span { border-color: rgb(202,48,181); }
td.TdClassName
{
border-color: #CA30B5;
}
.TagClassName
{
border-color: #CA30B5;
}
</style>