Shades of Fuchsia #CB62AF
Tints of Fuchsia #CB62AF
RGB
CMYK
RGB Variations
Color information
#CB62AF (or 0xCB62AF) is known color: Fuchsia. HEX triplet: CB, 62 and AF. RGB value is (203,98,175). Sum of RGB (Red+Green+Blue) = 203+98+175=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB62AF is #349D50. Grayscale: #898989. Windows color (decimal): -3448145 or 11494091. OLE color: 11494091.
HSL color Cylindrical-coordinate representation of color #CB62AF: hue angle of 316º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB62AF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 175 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.20 |
| HSL | 316º | 0.5% | 0.59% | - |
| HSV(B) | 316º | 0.52% | 0.8% | - |
| XYZ | 36.73 | 24.53 | 43.36 | - |
| YUV | 138.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 175 | 0 | 0.52 | 0.14 | 0.20 | 316 | 0.5 | 0.59 |
| Hex | CB | 62 | AF | 0 | 34 | E | 14 | 13C | 32 | 3B |
| Octal | 313 | 142 | 257 | 0 | 64 | 16 | 24 | 474 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10101111 | 0 | 110100 | 1110 | 10100 | 100111100 | 110010 | 111011 |
Color Harmonies of #CB62AF
Complementary color
Monochromatic Colors of #CB62AF
Black with #CB62AF
Text Example
Text Example
White with #CB62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62AF; }
p { color: rgb(203,98,175); }
H1.HeaderClassName
{
color: #CB62AF;
}
.AnyTagClassName
{
color: #CB62AF;
}
</style>
background-color css
<style>
a { background-color: #CB62AF; }
a { background-color: rgb(203,98,175); }
div.DivClassName
{
background-color: #CB62AF;
}
.BgClassName
{
background-color: #CB62AF;
}
</style>
border-color css
<style>
span { border-color: #CB62AF; }
span { border-color: rgb(203,98,175); }
td.TdClassName
{
border-color: #CB62AF;
}
.TagClassName
{
border-color: #CB62AF;
}
</style>