Shades of Fuchsia #CB30AF
Tints of Fuchsia #CB30AF
RGB
CMYK
RGB Variations
Color information
#CB30AF (or 0xCB30AF) is known color: Fuchsia. HEX triplet: CB, 30 and AF. RGB value is (203,48,175). Sum of RGB (Red+Green+Blue) = 203+48+175=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30AF is #34CF50. Grayscale: #6C6C6C. Windows color (decimal): -3460945 or 11481291. OLE color: 11481291.
HSL color Cylindrical-coordinate representation of color #CB30AF: hue angle of 310.84º 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 #CB30AF is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 175 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.20 |
| HSL | 310.84º | 0.62% | 0.49% | - |
| HSV(B) | 310.84º | 0.76% | 0.8% | - |
| XYZ | 33.42 | 17.91 | 42.25 | - |
| YUV | 108.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 175 | 0 | 0.76 | 0.14 | 0.20 | 310.84 | 0.62 | 0.49 |
| Hex | CB | 30 | AF | 0 | 4C | E | 14 | 137 | 3E | 31 |
| Octal | 313 | 60 | 257 | 0 | 114 | 16 | 24 | 467 | 76 | 61 |
| Binary | 11001011 | 110000 | 10101111 | 0 | 1001100 | 1110 | 10100 | 100110111 | 111110 | 110001 |
Color Harmonies of #CB30AF
Complementary color
Monochromatic Colors of #CB30AF
Black with #CB30AF
Text Example
Text Example
White with #CB30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30AF; }
p { color: rgb(203,48,175); }
H1.HeaderClassName
{
color: #CB30AF;
}
.AnyTagClassName
{
color: #CB30AF;
}
</style>
background-color css
<style>
a { background-color: #CB30AF; }
a { background-color: rgb(203,48,175); }
div.DivClassName
{
background-color: #CB30AF;
}
.BgClassName
{
background-color: #CB30AF;
}
</style>
border-color css
<style>
span { border-color: #CB30AF; }
span { border-color: rgb(203,48,175); }
td.TdClassName
{
border-color: #CB30AF;
}
.TagClassName
{
border-color: #CB30AF;
}
</style>