Shades of Fuchsia #CA30C9
Tints of Fuchsia #CA30C9
RGB
CMYK
RGB Variations
Color information
#CA30C9 (or 0xCA30C9) is known color: Fuchsia. HEX triplet: CA, 30 and C9. RGB value is (202,48,201). Sum of RGB (Red+Green+Blue) = 202+48+201=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C9 is #35CF36. Grayscale: #6F6F6F. Windows color (decimal): -3526455 or 13185226. OLE color: 13185226.
HSL color Cylindrical-coordinate representation of color #CA30C9: hue angle of 300.39º 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 #CA30C9 is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 201 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.21 |
| HSL | 300.39º | 0.62% | 0.49% | - |
| HSV(B) | 300.39º | 0.76% | 0.79% | - |
| XYZ | 35.96 | 18.89 | 57.01 | - |
| YUV | 111.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 201 | 0 | 0.76 | 0.00 | 0.21 | 300.39 | 0.62 | 0.49 |
| Hex | CA | 30 | C9 | 0 | 4C | 0 | 15 | 12C | 3E | 31 |
| Octal | 312 | 60 | 311 | 0 | 114 | 0 | 25 | 454 | 76 | 61 |
| Binary | 11001010 | 110000 | 11001001 | 0 | 1001100 | 0 | 10101 | 100101100 | 111110 | 110001 |
Color Harmonies of #CA30C9
Complementary color
Monochromatic Colors of #CA30C9
Black with #CA30C9
Text Example
Text Example
White with #CA30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30C9; }
p { color: rgb(202,48,201); }
H1.HeaderClassName
{
color: #CA30C9;
}
.AnyTagClassName
{
color: #CA30C9;
}
</style>
background-color css
<style>
a { background-color: #CA30C9; }
a { background-color: rgb(202,48,201); }
div.DivClassName
{
background-color: #CA30C9;
}
.BgClassName
{
background-color: #CA30C9;
}
</style>
border-color css
<style>
span { border-color: #CA30C9; }
span { border-color: rgb(202,48,201); }
td.TdClassName
{
border-color: #CA30C9;
}
.TagClassName
{
border-color: #CA30C9;
}
</style>