Shades of Fuchsia #CB30B2
Tints of Fuchsia #CB30B2
RGB
CMYK
RGB Variations
Color information
#CB30B2 (or 0xCB30B2) is known color: Fuchsia. HEX triplet: CB, 30 and B2. RGB value is (203,48,178). Sum of RGB (Red+Green+Blue) = 203+48+178=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30B2 is #34CF4D. Grayscale: #6C6C6C. Windows color (decimal): -3460942 or 11677899. OLE color: 11677899.
HSL color Cylindrical-coordinate representation of color #CB30B2: hue angle of 309.68º 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 #CB30B2 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 178 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.20 |
| HSL | 309.68º | 0.62% | 0.49% | - |
| HSV(B) | 309.68º | 0.76% | 0.8% | - |
| XYZ | 33.72 | 18.02 | 43.82 | - |
| YUV | 109.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 178 | 0 | 0.76 | 0.12 | 0.20 | 309.68 | 0.62 | 0.49 |
| Hex | CB | 30 | B2 | 0 | 4C | C | 14 | 136 | 3E | 31 |
| Octal | 313 | 60 | 262 | 0 | 114 | 14 | 24 | 466 | 76 | 61 |
| Binary | 11001011 | 110000 | 10110010 | 0 | 1001100 | 1100 | 10100 | 100110110 | 111110 | 110001 |
Color Harmonies of #CB30B2
Complementary color
Monochromatic Colors of #CB30B2
Black with #CB30B2
Text Example
Text Example
White with #CB30B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30B2; }
p { color: rgb(203,48,178); }
H1.HeaderClassName
{
color: #CB30B2;
}
.AnyTagClassName
{
color: #CB30B2;
}
</style>
background-color css
<style>
a { background-color: #CB30B2; }
a { background-color: rgb(203,48,178); }
div.DivClassName
{
background-color: #CB30B2;
}
.BgClassName
{
background-color: #CB30B2;
}
</style>
border-color css
<style>
span { border-color: #CB30B2; }
span { border-color: rgb(203,48,178); }
td.TdClassName
{
border-color: #CB30B2;
}
.TagClassName
{
border-color: #CB30B2;
}
</style>