Shades of Fuchsia #CF50CF
Tints of Fuchsia #CF50CF
RGB
CMYK
RGB Variations
Color information
#CF50CF (or 0xCF50CF) is known color: Fuchsia. HEX triplet: CF, 50 and CF. RGB value is (207,80,207). Sum of RGB (Red+Green+Blue) = 207+80+207=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50CF is #30AF30. Grayscale: #848484. Windows color (decimal): -3190577 or 13586639. OLE color: 13586639.
HSL color Cylindrical-coordinate representation of color #CF50CF: hue angle of 300º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF50CF is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 207 | - |
| CMYK | 0 | 0.61 | 0 | 0.19 |
| HSL | 300º | 0.57% | 0.56% | - |
| HSV(B) | 300º | 0.61% | 0.81% | - |
| XYZ | 39.86 | 23.51 | 61.47 | - |
| YUV | 132.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 207 | 0 | 0.61 | 0 | 0.19 | 300 | 0.57 | 0.56 |
| Hex | CF | 50 | CF | 0 | 3D | 0 | 13 | 12C | 39 | 38 |
| Octal | 317 | 120 | 317 | 0 | 75 | 0 | 23 | 454 | 71 | 70 |
| Binary | 11001111 | 1010000 | 11001111 | 0 | 111101 | 0 | 10011 | 100101100 | 111001 | 111000 |
Color Harmonies of #CF50CF
Complementary color
Monochromatic Colors of #CF50CF
Black with #CF50CF
Text Example
Text Example
White with #CF50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50CF; }
p { color: rgb(207,80,207); }
H1.HeaderClassName
{
color: #CF50CF;
}
.AnyTagClassName
{
color: #CF50CF;
}
</style>
background-color css
<style>
a { background-color: #CF50CF; }
a { background-color: rgb(207,80,207); }
div.DivClassName
{
background-color: #CF50CF;
}
.BgClassName
{
background-color: #CF50CF;
}
</style>
border-color css
<style>
span { border-color: #CF50CF; }
span { border-color: rgb(207,80,207); }
td.TdClassName
{
border-color: #CF50CF;
}
.TagClassName
{
border-color: #CF50CF;
}
</style>