Shades of Fuchsia #CB30BF
Tints of Fuchsia #CB30BF
RGB
CMYK
RGB Variations
Color information
#CB30BF (or 0xCB30BF) is known color: Fuchsia. HEX triplet: CB, 30 and BF. RGB value is (203,48,191). Sum of RGB (Red+Green+Blue) = 203+48+191=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30BF is #34CF40. Grayscale: #6E6E6E. Windows color (decimal): -3460929 or 12529867. OLE color: 12529867.
HSL color Cylindrical-coordinate representation of color #CB30BF: hue angle of 304.65º 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 #CB30BF is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 191 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.20 |
| HSL | 304.65º | 0.62% | 0.49% | - |
| HSV(B) | 304.65º | 0.76% | 0.8% | - |
| XYZ | 35.09 | 18.57 | 51.03 | - |
| YUV | 110.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 191 | 0 | 0.76 | 0.06 | 0.20 | 304.65 | 0.62 | 0.49 |
| Hex | CB | 30 | BF | 0 | 4C | 6 | 14 | 131 | 3E | 31 |
| Octal | 313 | 60 | 277 | 0 | 114 | 6 | 24 | 461 | 76 | 61 |
| Binary | 11001011 | 110000 | 10111111 | 0 | 1001100 | 110 | 10100 | 100110001 | 111110 | 110001 |
Color Harmonies of #CB30BF
Complementary color
Monochromatic Colors of #CB30BF
Black with #CB30BF
Text Example
Text Example
White with #CB30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30BF; }
p { color: rgb(203,48,191); }
H1.HeaderClassName
{
color: #CB30BF;
}
.AnyTagClassName
{
color: #CB30BF;
}
</style>
background-color css
<style>
a { background-color: #CB30BF; }
a { background-color: rgb(203,48,191); }
div.DivClassName
{
background-color: #CB30BF;
}
.BgClassName
{
background-color: #CB30BF;
}
</style>
border-color css
<style>
span { border-color: #CB30BF; }
span { border-color: rgb(203,48,191); }
td.TdClassName
{
border-color: #CB30BF;
}
.TagClassName
{
border-color: #CB30BF;
}
</style>