Shades of Fuchsia #CF4DC4
Tints of Fuchsia #CF4DC4
RGB
CMYK
RGB Variations
Color information
#CF4DC4 (or 0xCF4DC4) is known color: Fuchsia. HEX triplet: CF, 4D and C4. RGB value is (207,77,196). Sum of RGB (Red+Green+Blue) = 207+77+196=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DC4 is #30B23B. Grayscale: #818181. Windows color (decimal): -3191356 or 12864975. OLE color: 12864975.
HSL color Cylindrical-coordinate representation of color #CF4DC4: hue angle of 305.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DC4 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 196 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.19 |
| HSL | 305.08º | 0.58% | 0.56% | - |
| HSV(B) | 305.08º | 0.63% | 0.81% | - |
| XYZ | 38.35 | 22.56 | 54.56 | - |
| YUV | 129.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 196 | 0 | 0.63 | 0.05 | 0.19 | 305.08 | 0.58 | 0.56 |
| Hex | CF | 4D | C4 | 0 | 3F | 5 | 13 | 131 | 3A | 38 |
| Octal | 317 | 115 | 304 | 0 | 77 | 5 | 23 | 461 | 72 | 70 |
| Binary | 11001111 | 1001101 | 11000100 | 0 | 111111 | 101 | 10011 | 100110001 | 111010 | 111000 |
Color Harmonies of #CF4DC4
Complementary color
Monochromatic Colors of #CF4DC4
Black with #CF4DC4
Text Example
Text Example
White with #CF4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DC4; }
p { color: rgb(207,77,196); }
H1.HeaderClassName
{
color: #CF4DC4;
}
.AnyTagClassName
{
color: #CF4DC4;
}
</style>
background-color css
<style>
a { background-color: #CF4DC4; }
a { background-color: rgb(207,77,196); }
div.DivClassName
{
background-color: #CF4DC4;
}
.BgClassName
{
background-color: #CF4DC4;
}
</style>
border-color css
<style>
span { border-color: #CF4DC4; }
span { border-color: rgb(207,77,196); }
td.TdClassName
{
border-color: #CF4DC4;
}
.TagClassName
{
border-color: #CF4DC4;
}
</style>