Shades of Fuchsia #CF53BD
Tints of Fuchsia #CF53BD
RGB
CMYK
RGB Variations
Color information
#CF53BD (or 0xCF53BD) is known color: Fuchsia. HEX triplet: CF, 53 and BD. RGB value is (207,83,189). Sum of RGB (Red+Green+Blue) = 207+83+189=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53BD is #30AC42. Grayscale: #838383. Windows color (decimal): -3189827 or 12407759. OLE color: 12407759.
HSL color Cylindrical-coordinate representation of color #CF53BD: hue angle of 308.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF53BD is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 189 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.19 |
| HSL | 308.71º | 0.56% | 0.57% | - |
| HSV(B) | 308.71º | 0.6% | 0.81% | - |
| XYZ | 38.01 | 23.13 | 50.6 | - |
| YUV | 132.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 189 | 0 | 0.60 | 0.09 | 0.19 | 308.71 | 0.56 | 0.57 |
| Hex | CF | 53 | BD | 0 | 3C | 9 | 13 | 135 | 38 | 39 |
| Octal | 317 | 123 | 275 | 0 | 74 | 11 | 23 | 465 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10111101 | 0 | 111100 | 1001 | 10011 | 100110101 | 111000 | 111001 |
Color Harmonies of #CF53BD
Complementary color
Monochromatic Colors of #CF53BD
Black with #CF53BD
Text Example
Text Example
White with #CF53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53BD; }
p { color: rgb(207,83,189); }
H1.HeaderClassName
{
color: #CF53BD;
}
.AnyTagClassName
{
color: #CF53BD;
}
</style>
background-color css
<style>
a { background-color: #CF53BD; }
a { background-color: rgb(207,83,189); }
div.DivClassName
{
background-color: #CF53BD;
}
.BgClassName
{
background-color: #CF53BD;
}
</style>
border-color css
<style>
span { border-color: #CF53BD; }
span { border-color: rgb(207,83,189); }
td.TdClassName
{
border-color: #CF53BD;
}
.TagClassName
{
border-color: #CF53BD;
}
</style>