Shades of Fuchsia #CF53C6
Tints of Fuchsia #CF53C6
RGB
CMYK
RGB Variations
Color information
#CF53C6 (or 0xCF53C6) is known color: Fuchsia. HEX triplet: CF, 53 and C6. RGB value is (207,83,198). Sum of RGB (Red+Green+Blue) = 207+83+198=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53C6 is #30AC39. Grayscale: #848484. Windows color (decimal): -3189818 or 12997583. OLE color: 12997583.
HSL color Cylindrical-coordinate representation of color #CF53C6: hue angle of 304.35º 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 #CF53C6 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 198 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.19 |
| HSL | 304.35º | 0.56% | 0.57% | - |
| HSV(B) | 304.35º | 0.6% | 0.81% | - |
| XYZ | 39.02 | 23.53 | 55.91 | - |
| YUV | 133.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 198 | 0 | 0.60 | 0.04 | 0.19 | 304.35 | 0.56 | 0.57 |
| Hex | CF | 53 | C6 | 0 | 3C | 4 | 13 | 130 | 38 | 39 |
| Octal | 317 | 123 | 306 | 0 | 74 | 4 | 23 | 460 | 70 | 71 |
| Binary | 11001111 | 1010011 | 11000110 | 0 | 111100 | 100 | 10011 | 100110000 | 111000 | 111001 |
Color Harmonies of #CF53C6
Complementary color
Monochromatic Colors of #CF53C6
Black with #CF53C6
Text Example
Text Example
White with #CF53C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53C6; }
p { color: rgb(207,83,198); }
H1.HeaderClassName
{
color: #CF53C6;
}
.AnyTagClassName
{
color: #CF53C6;
}
</style>
background-color css
<style>
a { background-color: #CF53C6; }
a { background-color: rgb(207,83,198); }
div.DivClassName
{
background-color: #CF53C6;
}
.BgClassName
{
background-color: #CF53C6;
}
</style>
border-color css
<style>
span { border-color: #CF53C6; }
span { border-color: rgb(207,83,198); }
td.TdClassName
{
border-color: #CF53C6;
}
.TagClassName
{
border-color: #CF53C6;
}
</style>