Shades of Fuchsia #CB35C5
Tints of Fuchsia #CB35C5
RGB
CMYK
RGB Variations
Color information
#CB35C5 (or 0xCB35C5) is known color: Fuchsia. HEX triplet: CB, 35 and C5. RGB value is (203,53,197). Sum of RGB (Red+Green+Blue) = 203+53+197=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35C5 is #34CA3A. Grayscale: #717171. Windows color (decimal): -3459643 or 12924363. OLE color: 12924363.
HSL color Cylindrical-coordinate representation of color #CB35C5: hue angle of 302.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB35C5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 197 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.20 |
| HSL | 302.4º | 0.59% | 0.5% | - |
| HSV(B) | 302.4º | 0.74% | 0.8% | - |
| XYZ | 35.98 | 19.27 | 54.65 | - |
| YUV | 114.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 197 | 0 | 0.74 | 0.03 | 0.20 | 302.4 | 0.59 | 0.5 |
| Hex | CB | 35 | C5 | 0 | 4A | 3 | 14 | 12E | 3B | 32 |
| Octal | 313 | 65 | 305 | 0 | 112 | 3 | 24 | 456 | 73 | 62 |
| Binary | 11001011 | 110101 | 11000101 | 0 | 1001010 | 11 | 10100 | 100101110 | 111011 | 110010 |
Color Harmonies of #CB35C5
Complementary color
Monochromatic Colors of #CB35C5
Black with #CB35C5
Text Example
Text Example
White with #CB35C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB35C5; }
p { color: rgb(203,53,197); }
H1.HeaderClassName
{
color: #CB35C5;
}
.AnyTagClassName
{
color: #CB35C5;
}
</style>
background-color css
<style>
a { background-color: #CB35C5; }
a { background-color: rgb(203,53,197); }
div.DivClassName
{
background-color: #CB35C5;
}
.BgClassName
{
background-color: #CB35C5;
}
</style>
border-color css
<style>
span { border-color: #CB35C5; }
span { border-color: rgb(203,53,197); }
td.TdClassName
{
border-color: #CB35C5;
}
.TagClassName
{
border-color: #CB35C5;
}
</style>