Shades of Fuchsia #CB42C7
Tints of Fuchsia #CB42C7
RGB
CMYK
RGB Variations
Color information
#CB42C7 (or 0xCB42C7) is known color: Fuchsia. HEX triplet: CB, 42 and C7. RGB value is (203,66,199). Sum of RGB (Red+Green+Blue) = 203+66+199=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42C7 is #34BD38. Grayscale: #797979. Windows color (decimal): -3456313 or 13058763. OLE color: 13058763.
HSL color Cylindrical-coordinate representation of color #CB42C7: hue angle of 301.75º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42C7 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 199 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.20 |
| HSL | 301.75º | 0.57% | 0.53% | - |
| HSV(B) | 301.75º | 0.67% | 0.8% | - |
| XYZ | 36.89 | 20.72 | 56.09 | - |
| YUV | 122.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 199 | 0 | 0.67 | 0.02 | 0.20 | 301.75 | 0.57 | 0.53 |
| Hex | CB | 42 | C7 | 0 | 43 | 2 | 14 | 12E | 39 | 35 |
| Octal | 313 | 102 | 307 | 0 | 103 | 2 | 24 | 456 | 71 | 65 |
| Binary | 11001011 | 1000010 | 11000111 | 0 | 1000011 | 10 | 10100 | 100101110 | 111001 | 110101 |
Color Harmonies of #CB42C7
Complementary color
Monochromatic Colors of #CB42C7
Black with #CB42C7
Text Example
Text Example
White with #CB42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42C7; }
p { color: rgb(203,66,199); }
H1.HeaderClassName
{
color: #CB42C7;
}
.AnyTagClassName
{
color: #CB42C7;
}
</style>
background-color css
<style>
a { background-color: #CB42C7; }
a { background-color: rgb(203,66,199); }
div.DivClassName
{
background-color: #CB42C7;
}
.BgClassName
{
background-color: #CB42C7;
}
</style>
border-color css
<style>
span { border-color: #CB42C7; }
span { border-color: rgb(203,66,199); }
td.TdClassName
{
border-color: #CB42C7;
}
.TagClassName
{
border-color: #CB42C7;
}
</style>