Shades of Fuchsia #CF43C9
Tints of Fuchsia #CF43C9
RGB
CMYK
RGB Variations
Color information
#CF43C9 (or 0xCF43C9) is known color: Fuchsia. HEX triplet: CF, 43 and C9. RGB value is (207,67,201). Sum of RGB (Red+Green+Blue) = 207+67+201=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43C9 is #30BC36. Grayscale: #7B7B7B. Windows color (decimal): -3193911 or 13190095. OLE color: 13190095.
HSL color Cylindrical-coordinate representation of color #CF43C9: hue angle of 302.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF43C9 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 201 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.19 |
| HSL | 302.57º | 0.59% | 0.54% | - |
| HSV(B) | 302.57º | 0.68% | 0.81% | - |
| XYZ | 38.28 | 21.5 | 57.39 | - |
| YUV | 124.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 201 | 0 | 0.68 | 0.03 | 0.19 | 302.57 | 0.59 | 0.54 |
| Hex | CF | 43 | C9 | 0 | 44 | 3 | 13 | 12F | 3B | 36 |
| Octal | 317 | 103 | 311 | 0 | 104 | 3 | 23 | 457 | 73 | 66 |
| Binary | 11001111 | 1000011 | 11001001 | 0 | 1000100 | 11 | 10011 | 100101111 | 111011 | 110110 |
Color Harmonies of #CF43C9
Complementary color
Monochromatic Colors of #CF43C9
Black with #CF43C9
Text Example
Text Example
White with #CF43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43C9; }
p { color: rgb(207,67,201); }
H1.HeaderClassName
{
color: #CF43C9;
}
.AnyTagClassName
{
color: #CF43C9;
}
</style>
background-color css
<style>
a { background-color: #CF43C9; }
a { background-color: rgb(207,67,201); }
div.DivClassName
{
background-color: #CF43C9;
}
.BgClassName
{
background-color: #CF43C9;
}
</style>
border-color css
<style>
span { border-color: #CF43C9; }
span { border-color: rgb(207,67,201); }
td.TdClassName
{
border-color: #CF43C9;
}
.TagClassName
{
border-color: #CF43C9;
}
</style>