Shades of Fuchsia #CF62BD
Tints of Fuchsia #CF62BD
RGB
CMYK
RGB Variations
Color information
#CF62BD (or 0xCF62BD) is known color: Fuchsia. HEX triplet: CF, 62 and BD. RGB value is (207,98,189). Sum of RGB (Red+Green+Blue) = 207+98+189=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62BD is #309D42. Grayscale: #8C8C8C. Windows color (decimal): -3185987 or 12411599. OLE color: 12411599.
HSL color Cylindrical-coordinate representation of color #CF62BD: hue angle of 309.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62BD is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 189 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.19 |
| HSL | 309.91º | 0.53% | 0.6% | - |
| HSV(B) | 309.91º | 0.53% | 0.81% | - |
| XYZ | 39.29 | 25.67 | 51.03 | - |
| YUV | 140.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 189 | 0 | 0.53 | 0.09 | 0.19 | 309.91 | 0.53 | 0.6 |
| Hex | CF | 62 | BD | 0 | 35 | 9 | 13 | 136 | 35 | 3C |
| Octal | 317 | 142 | 275 | 0 | 65 | 11 | 23 | 466 | 65 | 74 |
| Binary | 11001111 | 1100010 | 10111101 | 0 | 110101 | 1001 | 10011 | 100110110 | 110101 | 111100 |
Color Harmonies of #CF62BD
Complementary color
Monochromatic Colors of #CF62BD
Black with #CF62BD
Text Example
Text Example
White with #CF62BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62BD; }
p { color: rgb(207,98,189); }
H1.HeaderClassName
{
color: #CF62BD;
}
.AnyTagClassName
{
color: #CF62BD;
}
</style>
background-color css
<style>
a { background-color: #CF62BD; }
a { background-color: rgb(207,98,189); }
div.DivClassName
{
background-color: #CF62BD;
}
.BgClassName
{
background-color: #CF62BD;
}
</style>
border-color css
<style>
span { border-color: #CF62BD; }
span { border-color: rgb(207,98,189); }
td.TdClassName
{
border-color: #CF62BD;
}
.TagClassName
{
border-color: #CF62BD;
}
</style>