Shades of Fuchsia #CF38D1
Tints of Fuchsia #CF38D1
RGB
CMYK
RGB Variations
Color information
#CF38D1 (or 0xCF38D1) is known color: Fuchsia. HEX triplet: CF, 38 and D1. RGB value is (207,56,209). Sum of RGB (Red+Green+Blue) = 207+56+209=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF38D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38D1 is #30C72E. Grayscale: #767676. Windows color (decimal): -3196719 or 13711567. OLE color: 13711567.
HSL color Cylindrical-coordinate representation of color #CF38D1: hue angle of 299.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF38D1 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 56 | 209 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.18 |
| HSL | 299.22º | 0.62% | 0.52% | - |
| HSV(B) | 299.22º | 0.73% | 0.82% | - |
| XYZ | 38.65 | 20.7 | 62.28 | - |
| YUV | 118.59 | 179.03 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 209 | 0.01 | 0.73 | 0 | 0.18 | 299.22 | 0.62 | 0.52 |
| Hex | CF | 38 | D1 | 1 | 49 | 0 | 12 | 12B | 3E | 34 |
| Octal | 317 | 70 | 321 | 1 | 111 | 0 | 22 | 453 | 76 | 64 |
| Binary | 11001111 | 111000 | 11010001 | 1 | 1001001 | 0 | 10010 | 100101011 | 111110 | 110100 |
Color Harmonies of #CF38D1
Complementary color
Monochromatic Colors of #CF38D1
Black with #CF38D1
Text Example
Text Example
White with #CF38D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38D1; }
p { color: rgb(207,56,209); }
H1.HeaderClassName
{
color: #CF38D1;
}
.AnyTagClassName
{
color: #CF38D1;
}
</style>
background-color css
<style>
a { background-color: #CF38D1; }
a { background-color: rgb(207,56,209); }
div.DivClassName
{
background-color: #CF38D1;
}
.BgClassName
{
background-color: #CF38D1;
}
</style>
border-color css
<style>
span { border-color: #CF38D1; }
span { border-color: rgb(207,56,209); }
td.TdClassName
{
border-color: #CF38D1;
}
.TagClassName
{
border-color: #CF38D1;
}
</style>