Shades of Fuchsia #CF4FC5
Tints of Fuchsia #CF4FC5
RGB
CMYK
RGB Variations
Color information
#CF4FC5 (or 0xCF4FC5) is known color: Fuchsia. HEX triplet: CF, 4F and C5. RGB value is (207,79,197). Sum of RGB (Red+Green+Blue) = 207+79+197=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FC5 is #30B03A. Grayscale: #828282. Windows color (decimal): -3190843 or 12931023. OLE color: 12931023.
HSL color Cylindrical-coordinate representation of color #CF4FC5: hue angle of 304.69º 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 #CF4FC5 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 197 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.19 |
| HSL | 304.69º | 0.57% | 0.56% | - |
| HSV(B) | 304.69º | 0.62% | 0.81% | - |
| XYZ | 38.61 | 22.89 | 55.21 | - |
| YUV | 130.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 197 | 0 | 0.62 | 0.05 | 0.19 | 304.69 | 0.57 | 0.56 |
| Hex | CF | 4F | C5 | 0 | 3E | 5 | 13 | 131 | 39 | 38 |
| Octal | 317 | 117 | 305 | 0 | 76 | 5 | 23 | 461 | 71 | 70 |
| Binary | 11001111 | 1001111 | 11000101 | 0 | 111110 | 101 | 10011 | 100110001 | 111001 | 111000 |
Color Harmonies of #CF4FC5
Complementary color
Monochromatic Colors of #CF4FC5
Black with #CF4FC5
Text Example
Text Example
White with #CF4FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FC5; }
p { color: rgb(207,79,197); }
H1.HeaderClassName
{
color: #CF4FC5;
}
.AnyTagClassName
{
color: #CF4FC5;
}
</style>
background-color css
<style>
a { background-color: #CF4FC5; }
a { background-color: rgb(207,79,197); }
div.DivClassName
{
background-color: #CF4FC5;
}
.BgClassName
{
background-color: #CF4FC5;
}
</style>
border-color css
<style>
span { border-color: #CF4FC5; }
span { border-color: rgb(207,79,197); }
td.TdClassName
{
border-color: #CF4FC5;
}
.TagClassName
{
border-color: #CF4FC5;
}
</style>