Shades of Fuchsia #CB30C7
Tints of Fuchsia #CB30C7
RGB
CMYK
RGB Variations
Color information
#CB30C7 (or 0xCB30C7) is known color: Fuchsia. HEX triplet: CB, 30 and C7. RGB value is (203,48,199). Sum of RGB (Red+Green+Blue) = 203+48+199=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C7 is #34CF38. Grayscale: #6F6F6F. Windows color (decimal): -3460921 or 13054155. OLE color: 13054155.
HSL color Cylindrical-coordinate representation of color #CB30C7: hue angle of 301.55º 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 #CB30C7 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 199 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.20 |
| HSL | 301.55º | 0.62% | 0.49% | - |
| HSV(B) | 301.55º | 0.76% | 0.8% | - |
| XYZ | 35.99 | 18.93 | 55.79 | - |
| YUV | 111.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 199 | 0 | 0.76 | 0.02 | 0.20 | 301.55 | 0.62 | 0.49 |
| Hex | CB | 30 | C7 | 0 | 4C | 2 | 14 | 12E | 3E | 31 |
| Octal | 313 | 60 | 307 | 0 | 114 | 2 | 24 | 456 | 76 | 61 |
| Binary | 11001011 | 110000 | 11000111 | 0 | 1001100 | 10 | 10100 | 100101110 | 111110 | 110001 |
Color Harmonies of #CB30C7
Complementary color
Monochromatic Colors of #CB30C7
Black with #CB30C7
Text Example
Text Example
White with #CB30C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30C7; }
p { color: rgb(203,48,199); }
H1.HeaderClassName
{
color: #CB30C7;
}
.AnyTagClassName
{
color: #CB30C7;
}
</style>
background-color css
<style>
a { background-color: #CB30C7; }
a { background-color: rgb(203,48,199); }
div.DivClassName
{
background-color: #CB30C7;
}
.BgClassName
{
background-color: #CB30C7;
}
</style>
border-color css
<style>
span { border-color: #CB30C7; }
span { border-color: rgb(203,48,199); }
td.TdClassName
{
border-color: #CB30C7;
}
.TagClassName
{
border-color: #CB30C7;
}
</style>