Shades of Fuchsia #C062BD
Tints of Fuchsia #C062BD
RGB
CMYK
RGB Variations
Color information
#C062BD (or 0xC062BD) is known color: Fuchsia. HEX triplet: C0, 62 and BD. RGB value is (192,98,189). Sum of RGB (Red+Green+Blue) = 192+98+189=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C062BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062BD is #3F9D42. Grayscale: #888888. Windows color (decimal): -4169027 or 12411584. OLE color: 12411584.
HSL color Cylindrical-coordinate representation of color #C062BD: hue angle of 301.91º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C062BD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 189 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.25 |
| HSL | 301.91º | 0.43% | 0.57% | - |
| HSV(B) | 301.91º | 0.49% | 0.75% | - |
| XYZ | 35.29 | 23.62 | 50.84 | - |
| YUV | 136.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 189 | 0 | 0.49 | 0.02 | 0.25 | 301.91 | 0.43 | 0.57 |
| Hex | C0 | 62 | BD | 0 | 31 | 2 | 19 | 12E | 2B | 39 |
| Octal | 300 | 142 | 275 | 0 | 61 | 2 | 31 | 456 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10111101 | 0 | 110001 | 10 | 11001 | 100101110 | 101011 | 111001 |
Color Harmonies of #C062BD
Complementary color
Monochromatic Colors of #C062BD
Black with #C062BD
Text Example
Text Example
White with #C062BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062BD; }
p { color: rgb(192,98,189); }
H1.HeaderClassName
{
color: #C062BD;
}
.AnyTagClassName
{
color: #C062BD;
}
</style>
background-color css
<style>
a { background-color: #C062BD; }
a { background-color: rgb(192,98,189); }
div.DivClassName
{
background-color: #C062BD;
}
.BgClassName
{
background-color: #C062BD;
}
</style>
border-color css
<style>
span { border-color: #C062BD; }
span { border-color: rgb(192,98,189); }
td.TdClassName
{
border-color: #C062BD;
}
.TagClassName
{
border-color: #C062BD;
}
</style>