Shades of Fuchsia #CF53C5
Tints of Fuchsia #CF53C5
RGB
CMYK
RGB Variations
Color information
#CF53C5 (or 0xCF53C5) is known color: Fuchsia. HEX triplet: CF, 53 and C5. RGB value is (207,83,197). Sum of RGB (Red+Green+Blue) = 207+83+197=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53C5 is #30AC3A. Grayscale: #848484. Windows color (decimal): -3189819 or 12932047. OLE color: 12932047.
HSL color Cylindrical-coordinate representation of color #CF53C5: hue angle of 304.84º 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 #CF53C5 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 197 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.19 |
| HSL | 304.84º | 0.56% | 0.57% | - |
| HSV(B) | 304.84º | 0.6% | 0.81% | - |
| XYZ | 38.9 | 23.48 | 55.31 | - |
| YUV | 133.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 197 | 0 | 0.60 | 0.05 | 0.19 | 304.84 | 0.56 | 0.57 |
| Hex | CF | 53 | C5 | 0 | 3C | 5 | 13 | 131 | 38 | 39 |
| Octal | 317 | 123 | 305 | 0 | 74 | 5 | 23 | 461 | 70 | 71 |
| Binary | 11001111 | 1010011 | 11000101 | 0 | 111100 | 101 | 10011 | 100110001 | 111000 | 111001 |
Color Harmonies of #CF53C5
Complementary color
Monochromatic Colors of #CF53C5
Black with #CF53C5
Text Example
Text Example
White with #CF53C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53C5; }
p { color: rgb(207,83,197); }
H1.HeaderClassName
{
color: #CF53C5;
}
.AnyTagClassName
{
color: #CF53C5;
}
</style>
background-color css
<style>
a { background-color: #CF53C5; }
a { background-color: rgb(207,83,197); }
div.DivClassName
{
background-color: #CF53C5;
}
.BgClassName
{
background-color: #CF53C5;
}
</style>
border-color css
<style>
span { border-color: #CF53C5; }
span { border-color: rgb(207,83,197); }
td.TdClassName
{
border-color: #CF53C5;
}
.TagClassName
{
border-color: #CF53C5;
}
</style>