Shades of Fuchsia #CF64B3
Tints of Fuchsia #CF64B3
RGB
CMYK
RGB Variations
Color information
#CF64B3 (or 0xCF64B3) is known color: Fuchsia. HEX triplet: CF, 64 and B3. RGB value is (207,100,179). Sum of RGB (Red+Green+Blue) = 207+100+179=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64B3 is #309B4C. Grayscale: #8C8C8C. Windows color (decimal): -3185485 or 11756751. OLE color: 11756751.
HSL color Cylindrical-coordinate representation of color #CF64B3: hue angle of 315.7º 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 #CF64B3 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 179 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.19 |
| HSL | 315.7º | 0.53% | 0.6% | - |
| HSV(B) | 315.7º | 0.52% | 0.81% | - |
| XYZ | 38.43 | 25.63 | 45.57 | - |
| YUV | 141 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 179 | 0 | 0.52 | 0.14 | 0.19 | 315.7 | 0.53 | 0.6 |
| Hex | CF | 64 | B3 | 0 | 34 | E | 13 | 13C | 35 | 3C |
| Octal | 317 | 144 | 263 | 0 | 64 | 16 | 23 | 474 | 65 | 74 |
| Binary | 11001111 | 1100100 | 10110011 | 0 | 110100 | 1110 | 10011 | 100111100 | 110101 | 111100 |
Color Harmonies of #CF64B3
Complementary color
Monochromatic Colors of #CF64B3
Black with #CF64B3
Text Example
Text Example
White with #CF64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64B3; }
p { color: rgb(207,100,179); }
H1.HeaderClassName
{
color: #CF64B3;
}
.AnyTagClassName
{
color: #CF64B3;
}
</style>
background-color css
<style>
a { background-color: #CF64B3; }
a { background-color: rgb(207,100,179); }
div.DivClassName
{
background-color: #CF64B3;
}
.BgClassName
{
background-color: #CF64B3;
}
</style>
border-color css
<style>
span { border-color: #CF64B3; }
span { border-color: rgb(207,100,179); }
td.TdClassName
{
border-color: #CF64B3;
}
.TagClassName
{
border-color: #CF64B3;
}
</style>