Shades of Fuchsia #CB2DAF
Tints of Fuchsia #CB2DAF
RGB
CMYK
RGB Variations
Color information
#CB2DAF (or 0xCB2DAF) is known color: Fuchsia. HEX triplet: CB, 2D and AF. RGB value is (203,45,175). Sum of RGB (Red+Green+Blue) = 203+45+175=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2DAF is #34D250. Grayscale: #6A6A6A. Windows color (decimal): -3461713 or 11480523. OLE color: 11480523.
HSL color Cylindrical-coordinate representation of color #CB2DAF: hue angle of 310.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DAF is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 175 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.20 |
| HSL | 310.63º | 0.64% | 0.49% | - |
| HSV(B) | 310.63º | 0.78% | 0.8% | - |
| XYZ | 33.3 | 17.67 | 42.21 | - |
| YUV | 107.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 175 | 0 | 0.78 | 0.14 | 0.20 | 310.63 | 0.64 | 0.49 |
| Hex | CB | 2D | AF | 0 | 4E | E | 14 | 137 | 40 | 31 |
| Octal | 313 | 55 | 257 | 0 | 116 | 16 | 24 | 467 | 100 | 61 |
| Binary | 11001011 | 101101 | 10101111 | 0 | 1001110 | 1110 | 10100 | 100110111 | 1000000 | 110001 |
Color Harmonies of #CB2DAF
Complementary color
Monochromatic Colors of #CB2DAF
Black with #CB2DAF
Text Example
Text Example
White with #CB2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DAF; }
p { color: rgb(203,45,175); }
H1.HeaderClassName
{
color: #CB2DAF;
}
.AnyTagClassName
{
color: #CB2DAF;
}
</style>
background-color css
<style>
a { background-color: #CB2DAF; }
a { background-color: rgb(203,45,175); }
div.DivClassName
{
background-color: #CB2DAF;
}
.BgClassName
{
background-color: #CB2DAF;
}
</style>
border-color css
<style>
span { border-color: #CB2DAF; }
span { border-color: rgb(203,45,175); }
td.TdClassName
{
border-color: #CB2DAF;
}
.TagClassName
{
border-color: #CB2DAF;
}
</style>