Shades of Fuchsia #CB30C5
Tints of Fuchsia #CB30C5
RGB
CMYK
RGB Variations
Color information
#CB30C5 (or 0xCB30C5) is known color: Fuchsia. HEX triplet: CB, 30 and C5. RGB value is (203,48,197). Sum of RGB (Red+Green+Blue) = 203+48+197=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C5 is #34CF3A. Grayscale: #6E6E6E. Windows color (decimal): -3460923 or 12923083. OLE color: 12923083.
HSL color Cylindrical-coordinate representation of color #CB30C5: hue angle of 302.32º 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 #CB30C5 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 197 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.20 |
| HSL | 302.32º | 0.62% | 0.49% | - |
| HSV(B) | 302.32º | 0.76% | 0.8% | - |
| XYZ | 35.76 | 18.84 | 54.58 | - |
| YUV | 111.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 197 | 0 | 0.76 | 0.03 | 0.20 | 302.32 | 0.62 | 0.49 |
| Hex | CB | 30 | C5 | 0 | 4C | 3 | 14 | 12E | 3E | 31 |
| Octal | 313 | 60 | 305 | 0 | 114 | 3 | 24 | 456 | 76 | 61 |
| Binary | 11001011 | 110000 | 11000101 | 0 | 1001100 | 11 | 10100 | 100101110 | 111110 | 110001 |
Color Harmonies of #CB30C5
Complementary color
Monochromatic Colors of #CB30C5
Black with #CB30C5
Text Example
Text Example
White with #CB30C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30C5; }
p { color: rgb(203,48,197); }
H1.HeaderClassName
{
color: #CB30C5;
}
.AnyTagClassName
{
color: #CB30C5;
}
</style>
background-color css
<style>
a { background-color: #CB30C5; }
a { background-color: rgb(203,48,197); }
div.DivClassName
{
background-color: #CB30C5;
}
.BgClassName
{
background-color: #CB30C5;
}
</style>
border-color css
<style>
span { border-color: #CB30C5; }
span { border-color: rgb(203,48,197); }
td.TdClassName
{
border-color: #CB30C5;
}
.TagClassName
{
border-color: #CB30C5;
}
</style>