Shades of Fuchsia #CF45BD
Tints of Fuchsia #CF45BD
RGB
CMYK
RGB Variations
Color information
#CF45BD (or 0xCF45BD) is known color: Fuchsia. HEX triplet: CF, 45 and BD. RGB value is (207,69,189). Sum of RGB (Red+Green+Blue) = 207+69+189=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45BD is #30BA42. Grayscale: #7B7B7B. Windows color (decimal): -3193411 or 12404175. OLE color: 12404175.
HSL color Cylindrical-coordinate representation of color #CF45BD: hue angle of 307.83º 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 #CF45BD is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 189 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.19 |
| HSL | 307.83º | 0.59% | 0.54% | - |
| HSV(B) | 307.83º | 0.67% | 0.81% | - |
| XYZ | 37.05 | 21.2 | 50.28 | - |
| YUV | 123.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 189 | 0 | 0.67 | 0.09 | 0.19 | 307.83 | 0.59 | 0.54 |
| Hex | CF | 45 | BD | 0 | 43 | 9 | 13 | 134 | 3B | 36 |
| Octal | 317 | 105 | 275 | 0 | 103 | 11 | 23 | 464 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10111101 | 0 | 1000011 | 1001 | 10011 | 100110100 | 111011 | 110110 |
Color Harmonies of #CF45BD
Complementary color
Monochromatic Colors of #CF45BD
Black with #CF45BD
Text Example
Text Example
White with #CF45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45BD; }
p { color: rgb(207,69,189); }
H1.HeaderClassName
{
color: #CF45BD;
}
.AnyTagClassName
{
color: #CF45BD;
}
</style>
background-color css
<style>
a { background-color: #CF45BD; }
a { background-color: rgb(207,69,189); }
div.DivClassName
{
background-color: #CF45BD;
}
.BgClassName
{
background-color: #CF45BD;
}
</style>
border-color css
<style>
span { border-color: #CF45BD; }
span { border-color: rgb(207,69,189); }
td.TdClassName
{
border-color: #CF45BD;
}
.TagClassName
{
border-color: #CF45BD;
}
</style>