Shades of Fuchsia #CB32C7
Tints of Fuchsia #CB32C7
RGB
CMYK
RGB Variations
Color information
#CB32C7 (or 0xCB32C7) is known color: Fuchsia. HEX triplet: CB, 32 and C7. RGB value is (203,50,199). Sum of RGB (Red+Green+Blue) = 203+50+199=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32C7 is #34CD38. Grayscale: #707070. Windows color (decimal): -3460409 or 13054667. OLE color: 13054667.
HSL color Cylindrical-coordinate representation of color #CB32C7: hue angle of 301.57º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB32C7 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 199 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.20 |
| HSL | 301.57º | 0.6% | 0.5% | - |
| HSV(B) | 301.57º | 0.75% | 0.8% | - |
| XYZ | 36.08 | 19.1 | 55.82 | - |
| YUV | 112.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 199 | 0 | 0.75 | 0.02 | 0.20 | 301.57 | 0.6 | 0.5 |
| Hex | CB | 32 | C7 | 0 | 4B | 2 | 14 | 12E | 3C | 32 |
| Octal | 313 | 62 | 307 | 0 | 113 | 2 | 24 | 456 | 74 | 62 |
| Binary | 11001011 | 110010 | 11000111 | 0 | 1001011 | 10 | 10100 | 100101110 | 111100 | 110010 |
Color Harmonies of #CB32C7
Complementary color
Monochromatic Colors of #CB32C7
Black with #CB32C7
Text Example
Text Example
White with #CB32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32C7; }
p { color: rgb(203,50,199); }
H1.HeaderClassName
{
color: #CB32C7;
}
.AnyTagClassName
{
color: #CB32C7;
}
</style>
background-color css
<style>
a { background-color: #CB32C7; }
a { background-color: rgb(203,50,199); }
div.DivClassName
{
background-color: #CB32C7;
}
.BgClassName
{
background-color: #CB32C7;
}
</style>
border-color css
<style>
span { border-color: #CB32C7; }
span { border-color: rgb(203,50,199); }
td.TdClassName
{
border-color: #CB32C7;
}
.TagClassName
{
border-color: #CB32C7;
}
</style>