Shades of Fuchsia #CF38D5
Tints of Fuchsia #CF38D5
RGB
CMYK
RGB Variations
Color information
#CF38D5 (or 0xCF38D5) is known color: Fuchsia. HEX triplet: CF, 38 and D5. RGB value is (207,56,213). Sum of RGB (Red+Green+Blue) = 207+56+213=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF38D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38D5 is #30C72A. Grayscale: #767676. Windows color (decimal): -3196715 or 13973711. OLE color: 13973711.
HSL color Cylindrical-coordinate representation of color #CF38D5: hue angle of 297.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF38D5 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 56 | 213 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.16 |
| HSL | 297.71º | 0.65% | 0.53% | - |
| HSV(B) | 297.71º | 0.74% | 0.84% | - |
| XYZ | 39.16 | 20.9 | 64.92 | - |
| YUV | 119.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 213 | 0.03 | 0.74 | 0 | 0.16 | 297.71 | 0.65 | 0.53 |
| Hex | CF | 38 | D5 | 3 | 4A | 0 | 10 | 12A | 41 | 35 |
| Octal | 317 | 70 | 325 | 3 | 112 | 0 | 20 | 452 | 101 | 65 |
| Binary | 11001111 | 111000 | 11010101 | 11 | 1001010 | 0 | 10000 | 100101010 | 1000001 | 110101 |
Color Harmonies of #CF38D5
Complementary color
Monochromatic Colors of #CF38D5
Black with #CF38D5
Text Example
Text Example
White with #CF38D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38D5; }
p { color: rgb(207,56,213); }
H1.HeaderClassName
{
color: #CF38D5;
}
.AnyTagClassName
{
color: #CF38D5;
}
</style>
background-color css
<style>
a { background-color: #CF38D5; }
a { background-color: rgb(207,56,213); }
div.DivClassName
{
background-color: #CF38D5;
}
.BgClassName
{
background-color: #CF38D5;
}
</style>
border-color css
<style>
span { border-color: #CF38D5; }
span { border-color: rgb(207,56,213); }
td.TdClassName
{
border-color: #CF38D5;
}
.TagClassName
{
border-color: #CF38D5;
}
</style>