Shades of Fuchsia #CB30C3
Tints of Fuchsia #CB30C3
RGB
CMYK
RGB Variations
Color information
#CB30C3 (or 0xCB30C3) is known color: Fuchsia. HEX triplet: CB, 30 and C3. RGB value is (203,48,195). Sum of RGB (Red+Green+Blue) = 203+48+195=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C3 is #34CF3C. Grayscale: #6E6E6E. Windows color (decimal): -3460925 or 12792011. OLE color: 12792011.
HSL color Cylindrical-coordinate representation of color #CB30C3: hue angle of 303.1º 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 #CB30C3 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 195 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.20 |
| HSL | 303.1º | 0.62% | 0.49% | - |
| HSV(B) | 303.1º | 0.76% | 0.8% | - |
| XYZ | 35.54 | 18.75 | 53.38 | - |
| YUV | 111.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 195 | 0 | 0.76 | 0.04 | 0.20 | 303.1 | 0.62 | 0.49 |
| Hex | CB | 30 | C3 | 0 | 4C | 4 | 14 | 12F | 3E | 31 |
| Octal | 313 | 60 | 303 | 0 | 114 | 4 | 24 | 457 | 76 | 61 |
| Binary | 11001011 | 110000 | 11000011 | 0 | 1001100 | 100 | 10100 | 100101111 | 111110 | 110001 |
Color Harmonies of #CB30C3
Complementary color
Monochromatic Colors of #CB30C3
Black with #CB30C3
Text Example
Text Example
White with #CB30C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30C3; }
p { color: rgb(203,48,195); }
H1.HeaderClassName
{
color: #CB30C3;
}
.AnyTagClassName
{
color: #CB30C3;
}
</style>
background-color css
<style>
a { background-color: #CB30C3; }
a { background-color: rgb(203,48,195); }
div.DivClassName
{
background-color: #CB30C3;
}
.BgClassName
{
background-color: #CB30C3;
}
</style>
border-color css
<style>
span { border-color: #CB30C3; }
span { border-color: rgb(203,48,195); }
td.TdClassName
{
border-color: #CB30C3;
}
.TagClassName
{
border-color: #CB30C3;
}
</style>