Shades of Fuchsia #CB30D4
Tints of Fuchsia #CB30D4
RGB
CMYK
RGB Variations
Color information
#CB30D4 (or 0xCB30D4) is known color: Fuchsia. HEX triplet: CB, 30 and D4. RGB value is (203,48,212). Sum of RGB (Red+Green+Blue) = 203+48+212=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB30D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D4 is #34CF2B. Grayscale: #707070. Windows color (decimal): -3460908 or 13906123. OLE color: 13906123.
HSL color Cylindrical-coordinate representation of color #CB30D4: hue angle of 296.71º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB30D4 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 48 | 212 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.17 |
| HSL | 296.71º | 0.66% | 0.51% | - |
| HSV(B) | 296.71º | 0.77% | 0.83% | - |
| XYZ | 37.57 | 19.56 | 64.08 | - |
| YUV | 113.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 212 | 0.04 | 0.77 | 0 | 0.17 | 296.71 | 0.66 | 0.51 |
| Hex | CB | 30 | D4 | 4 | 4D | 0 | 11 | 129 | 42 | 33 |
| Octal | 313 | 60 | 324 | 4 | 115 | 0 | 21 | 451 | 102 | 63 |
| Binary | 11001011 | 110000 | 11010100 | 100 | 1001101 | 0 | 10001 | 100101001 | 1000010 | 110011 |
Color Harmonies of #CB30D4
Complementary color
Monochromatic Colors of #CB30D4
Black with #CB30D4
Text Example
Text Example
White with #CB30D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30D4; }
p { color: rgb(203,48,212); }
H1.HeaderClassName
{
color: #CB30D4;
}
.AnyTagClassName
{
color: #CB30D4;
}
</style>
background-color css
<style>
a { background-color: #CB30D4; }
a { background-color: rgb(203,48,212); }
div.DivClassName
{
background-color: #CB30D4;
}
.BgClassName
{
background-color: #CB30D4;
}
</style>
border-color css
<style>
span { border-color: #CB30D4; }
span { border-color: rgb(203,48,212); }
td.TdClassName
{
border-color: #CB30D4;
}
.TagClassName
{
border-color: #CB30D4;
}
</style>