Shades of Fuchsia #CF4FC2
Tints of Fuchsia #CF4FC2
RGB
CMYK
RGB Variations
Color information
#CF4FC2 (or 0xCF4FC2) is known color: Fuchsia. HEX triplet: CF, 4F and C2. RGB value is (207,79,194). Sum of RGB (Red+Green+Blue) = 207+79+194=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FC2 is #30B03D. Grayscale: #828282. Windows color (decimal): -3190846 or 12734415. OLE color: 12734415.
HSL color Cylindrical-coordinate representation of color #CF4FC2: hue angle of 306.09º 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 #CF4FC2 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 194 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.19 |
| HSL | 306.09º | 0.57% | 0.56% | - |
| HSV(B) | 306.09º | 0.62% | 0.81% | - |
| XYZ | 38.27 | 22.75 | 53.41 | - |
| YUV | 130.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 194 | 0 | 0.62 | 0.06 | 0.19 | 306.09 | 0.57 | 0.56 |
| Hex | CF | 4F | C2 | 0 | 3E | 6 | 13 | 132 | 39 | 38 |
| Octal | 317 | 117 | 302 | 0 | 76 | 6 | 23 | 462 | 71 | 70 |
| Binary | 11001111 | 1001111 | 11000010 | 0 | 111110 | 110 | 10011 | 100110010 | 111001 | 111000 |
Color Harmonies of #CF4FC2
Complementary color
Monochromatic Colors of #CF4FC2
Black with #CF4FC2
Text Example
Text Example
White with #CF4FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FC2; }
p { color: rgb(207,79,194); }
H1.HeaderClassName
{
color: #CF4FC2;
}
.AnyTagClassName
{
color: #CF4FC2;
}
</style>
background-color css
<style>
a { background-color: #CF4FC2; }
a { background-color: rgb(207,79,194); }
div.DivClassName
{
background-color: #CF4FC2;
}
.BgClassName
{
background-color: #CF4FC2;
}
</style>
border-color css
<style>
span { border-color: #CF4FC2; }
span { border-color: rgb(207,79,194); }
td.TdClassName
{
border-color: #CF4FC2;
}
.TagClassName
{
border-color: #CF4FC2;
}
</style>