Shades of Fuchsia #CF64C1
Tints of Fuchsia #CF64C1
RGB
CMYK
RGB Variations
Color information
#CF64C1 (or 0xCF64C1) is known color: Fuchsia. HEX triplet: CF, 64 and C1. RGB value is (207,100,193). Sum of RGB (Red+Green+Blue) = 207+100+193=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64C1 is #309B3E. Grayscale: #8E8E8E. Windows color (decimal): -3185471 or 12674255. OLE color: 12674255.
HSL color Cylindrical-coordinate representation of color #CF64C1: hue angle of 307.85º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64C1 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 193 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.19 |
| HSL | 307.85º | 0.53% | 0.6% | - |
| HSV(B) | 307.85º | 0.52% | 0.81% | - |
| XYZ | 39.91 | 26.23 | 53.41 | - |
| YUV | 142.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 193 | 0 | 0.52 | 0.07 | 0.19 | 307.85 | 0.53 | 0.6 |
| Hex | CF | 64 | C1 | 0 | 34 | 7 | 13 | 134 | 35 | 3C |
| Octal | 317 | 144 | 301 | 0 | 64 | 7 | 23 | 464 | 65 | 74 |
| Binary | 11001111 | 1100100 | 11000001 | 0 | 110100 | 111 | 10011 | 100110100 | 110101 | 111100 |
Color Harmonies of #CF64C1
Complementary color
Monochromatic Colors of #CF64C1
Black with #CF64C1
Text Example
Text Example
White with #CF64C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64C1; }
p { color: rgb(207,100,193); }
H1.HeaderClassName
{
color: #CF64C1;
}
.AnyTagClassName
{
color: #CF64C1;
}
</style>
background-color css
<style>
a { background-color: #CF64C1; }
a { background-color: rgb(207,100,193); }
div.DivClassName
{
background-color: #CF64C1;
}
.BgClassName
{
background-color: #CF64C1;
}
</style>
border-color css
<style>
span { border-color: #CF64C1; }
span { border-color: rgb(207,100,193); }
td.TdClassName
{
border-color: #CF64C1;
}
.TagClassName
{
border-color: #CF64C1;
}
</style>