Shades of Fuchsia #CF4CCE
Tints of Fuchsia #CF4CCE
RGB
CMYK
RGB Variations
Color information
#CF4CCE (or 0xCF4CCE) is known color: Fuchsia. HEX triplet: CF, 4C and CE. RGB value is (207,76,206). Sum of RGB (Red+Green+Blue) = 207+76+206=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CCE is #30B331. Grayscale: #818181. Windows color (decimal): -3191602 or 13520079. OLE color: 13520079.
HSL color Cylindrical-coordinate representation of color #CF4CCE: hue angle of 300.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CCE is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 206 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.19 |
| HSL | 300.46º | 0.58% | 0.55% | - |
| HSV(B) | 300.46º | 0.63% | 0.81% | - |
| XYZ | 39.46 | 22.89 | 60.73 | - |
| YUV | 129.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 206 | 0 | 0.63 | 0.00 | 0.19 | 300.46 | 0.58 | 0.55 |
| Hex | CF | 4C | CE | 0 | 3F | 0 | 13 | 12C | 3A | 37 |
| Octal | 317 | 114 | 316 | 0 | 77 | 0 | 23 | 454 | 72 | 67 |
| Binary | 11001111 | 1001100 | 11001110 | 0 | 111111 | 0 | 10011 | 100101100 | 111010 | 110111 |
Color Harmonies of #CF4CCE
Complementary color
Monochromatic Colors of #CF4CCE
Black with #CF4CCE
Text Example
Text Example
White with #CF4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CCE; }
p { color: rgb(207,76,206); }
H1.HeaderClassName
{
color: #CF4CCE;
}
.AnyTagClassName
{
color: #CF4CCE;
}
</style>
background-color css
<style>
a { background-color: #CF4CCE; }
a { background-color: rgb(207,76,206); }
div.DivClassName
{
background-color: #CF4CCE;
}
.BgClassName
{
background-color: #CF4CCE;
}
</style>
border-color css
<style>
span { border-color: #CF4CCE; }
span { border-color: rgb(207,76,206); }
td.TdClassName
{
border-color: #CF4CCE;
}
.TagClassName
{
border-color: #CF4CCE;
}
</style>