Shades of Fuchsia #CB30CA
Tints of Fuchsia #CB30CA
RGB
CMYK
RGB Variations
Color information
#CB30CA (or 0xCB30CA) is known color: Fuchsia. HEX triplet: CB, 30 and CA. RGB value is (203,48,202). Sum of RGB (Red+Green+Blue) = 203+48+202=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30CA is #34CF35. Grayscale: #6F6F6F. Windows color (decimal): -3460918 or 13250763. OLE color: 13250763.
HSL color Cylindrical-coordinate representation of color #CB30CA: hue angle of 300.39º 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 #CB30CA is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 202 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.20 |
| HSL | 300.39º | 0.62% | 0.49% | - |
| HSV(B) | 300.39º | 0.76% | 0.8% | - |
| XYZ | 36.35 | 19.07 | 57.64 | - |
| YUV | 111.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 202 | 0 | 0.76 | 0.00 | 0.20 | 300.39 | 0.62 | 0.49 |
| Hex | CB | 30 | CA | 0 | 4C | 0 | 14 | 12C | 3E | 31 |
| Octal | 313 | 60 | 312 | 0 | 114 | 0 | 24 | 454 | 76 | 61 |
| Binary | 11001011 | 110000 | 11001010 | 0 | 1001100 | 0 | 10100 | 100101100 | 111110 | 110001 |
Color Harmonies of #CB30CA
Complementary color
Monochromatic Colors of #CB30CA
Black with #CB30CA
Text Example
Text Example
White with #CB30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB30CA; }
p { color: rgb(203,48,202); }
H1.HeaderClassName
{
color: #CB30CA;
}
.AnyTagClassName
{
color: #CB30CA;
}
</style>
background-color css
<style>
a { background-color: #CB30CA; }
a { background-color: rgb(203,48,202); }
div.DivClassName
{
background-color: #CB30CA;
}
.BgClassName
{
background-color: #CB30CA;
}
</style>
border-color css
<style>
span { border-color: #CB30CA; }
span { border-color: rgb(203,48,202); }
td.TdClassName
{
border-color: #CB30CA;
}
.TagClassName
{
border-color: #CB30CA;
}
</style>