Shades of Fuchsia #CF4FCC
Tints of Fuchsia #CF4FCC
RGB
CMYK
RGB Variations
Color information
#CF4FCC (or 0xCF4FCC) is known color: Fuchsia. HEX triplet: CF, 4F and CC. RGB value is (207,79,204). Sum of RGB (Red+Green+Blue) = 207+79+204=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FCC is #30B033. Grayscale: #838383. Windows color (decimal): -3190836 or 13389775. OLE color: 13389775.
HSL color Cylindrical-coordinate representation of color #CF4FCC: hue angle of 301.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4FCC is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 204 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.19 |
| HSL | 301.41º | 0.57% | 0.56% | - |
| HSV(B) | 301.41º | 0.62% | 0.81% | - |
| XYZ | 39.43 | 23.22 | 59.53 | - |
| YUV | 131.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 204 | 0 | 0.62 | 0.01 | 0.19 | 301.41 | 0.57 | 0.56 |
| Hex | CF | 4F | CC | 0 | 3E | 1 | 13 | 12D | 39 | 38 |
| Octal | 317 | 117 | 314 | 0 | 76 | 1 | 23 | 455 | 71 | 70 |
| Binary | 11001111 | 1001111 | 11001100 | 0 | 111110 | 1 | 10011 | 100101101 | 111001 | 111000 |
Color Harmonies of #CF4FCC
Complementary color
Monochromatic Colors of #CF4FCC
Black with #CF4FCC
Text Example
Text Example
White with #CF4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FCC; }
p { color: rgb(207,79,204); }
H1.HeaderClassName
{
color: #CF4FCC;
}
.AnyTagClassName
{
color: #CF4FCC;
}
</style>
background-color css
<style>
a { background-color: #CF4FCC; }
a { background-color: rgb(207,79,204); }
div.DivClassName
{
background-color: #CF4FCC;
}
.BgClassName
{
background-color: #CF4FCC;
}
</style>
border-color css
<style>
span { border-color: #CF4FCC; }
span { border-color: rgb(207,79,204); }
td.TdClassName
{
border-color: #CF4FCC;
}
.TagClassName
{
border-color: #CF4FCC;
}
</style>