Shades of Fuchsia #CF65C1
Tints of Fuchsia #CF65C1
RGB
CMYK
RGB Variations
Color information
#CF65C1 (or 0xCF65C1) is known color: Fuchsia. HEX triplet: CF, 65 and C1. RGB value is (207,101,193). Sum of RGB (Red+Green+Blue) = 207+101+193=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65C1 is #309A3E. Grayscale: #8E8E8E. Windows color (decimal): -3185215 or 12674511. OLE color: 12674511.
HSL color Cylindrical-coordinate representation of color #CF65C1: hue angle of 307.92º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65C1 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 193 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.19 |
| HSL | 307.92º | 0.52% | 0.6% | - |
| HSV(B) | 307.92º | 0.51% | 0.81% | - |
| XYZ | 40.01 | 26.42 | 53.44 | - |
| YUV | 143.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 193 | 0 | 0.51 | 0.07 | 0.19 | 307.92 | 0.52 | 0.6 |
| Hex | CF | 65 | C1 | 0 | 33 | 7 | 13 | 134 | 34 | 3C |
| Octal | 317 | 145 | 301 | 0 | 63 | 7 | 23 | 464 | 64 | 74 |
| Binary | 11001111 | 1100101 | 11000001 | 0 | 110011 | 111 | 10011 | 100110100 | 110100 | 111100 |
Color Harmonies of #CF65C1
Complementary color
Monochromatic Colors of #CF65C1
Black with #CF65C1
Text Example
Text Example
White with #CF65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65C1; }
p { color: rgb(207,101,193); }
H1.HeaderClassName
{
color: #CF65C1;
}
.AnyTagClassName
{
color: #CF65C1;
}
</style>
background-color css
<style>
a { background-color: #CF65C1; }
a { background-color: rgb(207,101,193); }
div.DivClassName
{
background-color: #CF65C1;
}
.BgClassName
{
background-color: #CF65C1;
}
</style>
border-color css
<style>
span { border-color: #CF65C1; }
span { border-color: rgb(207,101,193); }
td.TdClassName
{
border-color: #CF65C1;
}
.TagClassName
{
border-color: #CF65C1;
}
</style>