Shades of Fuchsia #CB62AD
Tints of Fuchsia #CB62AD
RGB
CMYK
RGB Variations
Color information
#CB62AD (or 0xCB62AD) is known color: Fuchsia. HEX triplet: CB, 62 and AD. RGB value is (203,98,173). Sum of RGB (Red+Green+Blue) = 203+98+173=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB62AD is #349D52. Grayscale: #898989. Windows color (decimal): -3448147 or 11363019. OLE color: 11363019.
HSL color Cylindrical-coordinate representation of color #CB62AD: hue angle of 317.14º 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 #CB62AD is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 173 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.20 |
| HSL | 317.14º | 0.5% | 0.59% | - |
| HSV(B) | 317.14º | 0.52% | 0.8% | - |
| XYZ | 36.54 | 24.45 | 42.33 | - |
| YUV | 137.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 173 | 0 | 0.52 | 0.15 | 0.20 | 317.14 | 0.5 | 0.59 |
| Hex | CB | 62 | AD | 0 | 34 | F | 14 | 13D | 32 | 3B |
| Octal | 313 | 142 | 255 | 0 | 64 | 17 | 24 | 475 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10101101 | 0 | 110100 | 1111 | 10100 | 100111101 | 110010 | 111011 |
Color Harmonies of #CB62AD
Complementary color
Monochromatic Colors of #CB62AD
Black with #CB62AD
Text Example
Text Example
White with #CB62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62AD; }
p { color: rgb(203,98,173); }
H1.HeaderClassName
{
color: #CB62AD;
}
.AnyTagClassName
{
color: #CB62AD;
}
</style>
background-color css
<style>
a { background-color: #CB62AD; }
a { background-color: rgb(203,98,173); }
div.DivClassName
{
background-color: #CB62AD;
}
.BgClassName
{
background-color: #CB62AD;
}
</style>
border-color css
<style>
span { border-color: #CB62AD; }
span { border-color: rgb(203,98,173); }
td.TdClassName
{
border-color: #CB62AD;
}
.TagClassName
{
border-color: #CB62AD;
}
</style>