Shades of Fuchsia #CF43CF
Tints of Fuchsia #CF43CF
RGB
CMYK
RGB Variations
Color information
#CF43CF (or 0xCF43CF) is known color: Fuchsia. HEX triplet: CF, 43 and CF. RGB value is (207,67,207). Sum of RGB (Red+Green+Blue) = 207+67+207=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43CF is #30BC30. Grayscale: #7C7C7C. Windows color (decimal): -3193905 or 13583311. OLE color: 13583311.
HSL color Cylindrical-coordinate representation of color #CF43CF: hue angle of 300º 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 #CF43CF is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 207 | - |
| CMYK | 0 | 0.68 | 0 | 0.19 |
| HSL | 300º | 0.59% | 0.54% | - |
| HSV(B) | 300º | 0.68% | 0.81% | - |
| XYZ | 39 | 21.78 | 61.18 | - |
| YUV | 124.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 207 | 0 | 0.68 | 0 | 0.19 | 300 | 0.59 | 0.54 |
| Hex | CF | 43 | CF | 0 | 44 | 0 | 13 | 12C | 3B | 36 |
| Octal | 317 | 103 | 317 | 0 | 104 | 0 | 23 | 454 | 73 | 66 |
| Binary | 11001111 | 1000011 | 11001111 | 0 | 1000100 | 0 | 10011 | 100101100 | 111011 | 110110 |
Color Harmonies of #CF43CF
Complementary color
Monochromatic Colors of #CF43CF
Black with #CF43CF
Text Example
Text Example
White with #CF43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43CF; }
p { color: rgb(207,67,207); }
H1.HeaderClassName
{
color: #CF43CF;
}
.AnyTagClassName
{
color: #CF43CF;
}
</style>
background-color css
<style>
a { background-color: #CF43CF; }
a { background-color: rgb(207,67,207); }
div.DivClassName
{
background-color: #CF43CF;
}
.BgClassName
{
background-color: #CF43CF;
}
</style>
border-color css
<style>
span { border-color: #CF43CF; }
span { border-color: rgb(207,67,207); }
td.TdClassName
{
border-color: #CF43CF;
}
.TagClassName
{
border-color: #CF43CF;
}
</style>