Shades of Fuchsia #CF45C8
Tints of Fuchsia #CF45C8
RGB
CMYK
RGB Variations
Color information
#CF45C8 (or 0xCF45C8) is known color: Fuchsia. HEX triplet: CF, 45 and C8. RGB value is (207,69,200). Sum of RGB (Red+Green+Blue) = 207+69+200=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45C8 is #30BA37. Grayscale: #7C7C7C. Windows color (decimal): -3193400 or 13125071. OLE color: 13125071.
HSL color Cylindrical-coordinate representation of color #CF45C8: hue angle of 303.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF45C8 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 200 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.19 |
| HSL | 303.04º | 0.59% | 0.54% | - |
| HSV(B) | 303.04º | 0.67% | 0.81% | - |
| XYZ | 38.29 | 21.69 | 56.81 | - |
| YUV | 125.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 200 | 0 | 0.67 | 0.03 | 0.19 | 303.04 | 0.59 | 0.54 |
| Hex | CF | 45 | C8 | 0 | 43 | 3 | 13 | 12F | 3B | 36 |
| Octal | 317 | 105 | 310 | 0 | 103 | 3 | 23 | 457 | 73 | 66 |
| Binary | 11001111 | 1000101 | 11001000 | 0 | 1000011 | 11 | 10011 | 100101111 | 111011 | 110110 |
Color Harmonies of #CF45C8
Complementary color
Monochromatic Colors of #CF45C8
Black with #CF45C8
Text Example
Text Example
White with #CF45C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45C8; }
p { color: rgb(207,69,200); }
H1.HeaderClassName
{
color: #CF45C8;
}
.AnyTagClassName
{
color: #CF45C8;
}
</style>
background-color css
<style>
a { background-color: #CF45C8; }
a { background-color: rgb(207,69,200); }
div.DivClassName
{
background-color: #CF45C8;
}
.BgClassName
{
background-color: #CF45C8;
}
</style>
border-color css
<style>
span { border-color: #CF45C8; }
span { border-color: rgb(207,69,200); }
td.TdClassName
{
border-color: #CF45C8;
}
.TagClassName
{
border-color: #CF45C8;
}
</style>