Shades of Fuchsia #CB42D2
Tints of Fuchsia #CB42D2
RGB
CMYK
RGB Variations
Color information
#CB42D2 (or 0xCB42D2) is known color: Fuchsia. HEX triplet: CB, 42 and D2. RGB value is (203,66,210). Sum of RGB (Red+Green+Blue) = 203+66+210=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB42D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42D2 is #34BD2D. Grayscale: #7A7A7A. Windows color (decimal): -3456302 or 13779659. OLE color: 13779659.
HSL color Cylindrical-coordinate representation of color #CB42D2: hue angle of 297.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB42D2 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 66 | 210 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.18 |
| HSL | 297.08º | 0.62% | 0.54% | - |
| HSV(B) | 297.08º | 0.69% | 0.82% | - |
| XYZ | 38.21 | 21.25 | 63.06 | - |
| YUV | 123.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 210 | 0.03 | 0.69 | 0 | 0.18 | 297.08 | 0.62 | 0.54 |
| Hex | CB | 42 | D2 | 3 | 45 | 0 | 12 | 129 | 3E | 36 |
| Octal | 313 | 102 | 322 | 3 | 105 | 0 | 22 | 451 | 76 | 66 |
| Binary | 11001011 | 1000010 | 11010010 | 11 | 1000101 | 0 | 10010 | 100101001 | 111110 | 110110 |
Color Harmonies of #CB42D2
Complementary color
Monochromatic Colors of #CB42D2
Black with #CB42D2
Text Example
Text Example
White with #CB42D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42D2; }
p { color: rgb(203,66,210); }
H1.HeaderClassName
{
color: #CB42D2;
}
.AnyTagClassName
{
color: #CB42D2;
}
</style>
background-color css
<style>
a { background-color: #CB42D2; }
a { background-color: rgb(203,66,210); }
div.DivClassName
{
background-color: #CB42D2;
}
.BgClassName
{
background-color: #CB42D2;
}
</style>
border-color css
<style>
span { border-color: #CB42D2; }
span { border-color: rgb(203,66,210); }
td.TdClassName
{
border-color: #CB42D2;
}
.TagClassName
{
border-color: #CB42D2;
}
</style>