Shades of Fuchsia #CB42C2
Tints of Fuchsia #CB42C2
RGB
CMYK
RGB Variations
Color information
#CB42C2 (or 0xCB42C2) is known color: Fuchsia. HEX triplet: CB, 42 and C2. RGB value is (203,66,194). Sum of RGB (Red+Green+Blue) = 203+66+194=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42C2 is #34BD3D. Grayscale: #797979. Windows color (decimal): -3456318 or 12731083. OLE color: 12731083.
HSL color Cylindrical-coordinate representation of color #CB42C2: hue angle of 303.94º 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 #CB42C2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 194 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.20 |
| HSL | 303.94º | 0.57% | 0.53% | - |
| HSV(B) | 303.94º | 0.67% | 0.8% | - |
| XYZ | 36.31 | 20.49 | 53.08 | - |
| YUV | 121.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 194 | 0 | 0.67 | 0.04 | 0.20 | 303.94 | 0.57 | 0.53 |
| Hex | CB | 42 | C2 | 0 | 43 | 4 | 14 | 130 | 39 | 35 |
| Octal | 313 | 102 | 302 | 0 | 103 | 4 | 24 | 460 | 71 | 65 |
| Binary | 11001011 | 1000010 | 11000010 | 0 | 1000011 | 100 | 10100 | 100110000 | 111001 | 110101 |
Color Harmonies of #CB42C2
Complementary color
Monochromatic Colors of #CB42C2
Black with #CB42C2
Text Example
Text Example
White with #CB42C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42C2; }
p { color: rgb(203,66,194); }
H1.HeaderClassName
{
color: #CB42C2;
}
.AnyTagClassName
{
color: #CB42C2;
}
</style>
background-color css
<style>
a { background-color: #CB42C2; }
a { background-color: rgb(203,66,194); }
div.DivClassName
{
background-color: #CB42C2;
}
.BgClassName
{
background-color: #CB42C2;
}
</style>
border-color css
<style>
span { border-color: #CB42C2; }
span { border-color: rgb(203,66,194); }
td.TdClassName
{
border-color: #CB42C2;
}
.TagClassName
{
border-color: #CB42C2;
}
</style>