Shades of Fuchsia #CB30AD
Tints of Fuchsia #CB30AD
RGB
CMYK
RGB Variations
Color information
#CB30AD (or 0xCB30AD) is known color: Fuchsia. HEX triplet: CB, 30 and AD. RGB value is (203,48,173). Sum of RGB (Red+Green+Blue) = 203+48+173=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30AD is #34CF52. Grayscale: #6C6C6C. Windows color (decimal): -3460947 or 11350219. OLE color: 11350219.
HSL color Cylindrical-coordinate representation of color #CB30AD: hue angle of 311.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB30AD is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 173 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.20 |
| HSL | 311.61º | 0.62% | 0.49% | - |
| HSV(B) | 311.61º | 0.76% | 0.8% | - |
| XYZ | 33.23 | 17.83 | 41.22 | - |
| YUV | 108.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 173 | 0 | 0.76 | 0.15 | 0.20 | 311.61 | 0.62 | 0.49 |
| Hex | CB | 30 | AD | 0 | 4C | F | 14 | 138 | 3E | 31 |
| Octal | 313 | 60 | 255 | 0 | 114 | 17 | 24 | 470 | 76 | 61 |
| Binary | 11001011 | 110000 | 10101101 | 0 | 1001100 | 1111 | 10100 | 100111000 | 111110 | 110001 |
Color Harmonies of #CB30AD
Complementary color
Monochromatic Colors of #CB30AD
Black with #CB30AD
Text Example
Text Example
White with #CB30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30AD; }
p { color: rgb(203,48,173); }
H1.HeaderClassName
{
color: #CB30AD;
}
.AnyTagClassName
{
color: #CB30AD;
}
</style>
background-color css
<style>
a { background-color: #CB30AD; }
a { background-color: rgb(203,48,173); }
div.DivClassName
{
background-color: #CB30AD;
}
.BgClassName
{
background-color: #CB30AD;
}
</style>
border-color css
<style>
span { border-color: #CB30AD; }
span { border-color: rgb(203,48,173); }
td.TdClassName
{
border-color: #CB30AD;
}
.TagClassName
{
border-color: #CB30AD;
}
</style>