Shades of Fuchsia #CF61CA
Tints of Fuchsia #CF61CA
RGB
CMYK
RGB Variations
Color information
#CF61CA (or 0xCF61CA) is known color: Fuchsia. HEX triplet: CF, 61 and CA. RGB value is (207,97,202). Sum of RGB (Red+Green+Blue) = 207+97+202=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61CA is #309E35. Grayscale: #8D8D8D. Windows color (decimal): -3186230 or 13263311. OLE color: 13263311.
HSL color Cylindrical-coordinate representation of color #CF61CA: hue angle of 302.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61CA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 202 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.19 |
| HSL | 302.73º | 0.53% | 0.6% | - |
| HSV(B) | 302.73º | 0.53% | 0.81% | - |
| XYZ | 40.67 | 26.08 | 58.77 | - |
| YUV | 141.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 202 | 0 | 0.53 | 0.02 | 0.19 | 302.73 | 0.53 | 0.6 |
| Hex | CF | 61 | CA | 0 | 35 | 2 | 13 | 12F | 35 | 3C |
| Octal | 317 | 141 | 312 | 0 | 65 | 2 | 23 | 457 | 65 | 74 |
| Binary | 11001111 | 1100001 | 11001010 | 0 | 110101 | 10 | 10011 | 100101111 | 110101 | 111100 |
Color Harmonies of #CF61CA
Complementary color
Monochromatic Colors of #CF61CA
Black with #CF61CA
Text Example
Text Example
White with #CF61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61CA; }
p { color: rgb(207,97,202); }
H1.HeaderClassName
{
color: #CF61CA;
}
.AnyTagClassName
{
color: #CF61CA;
}
</style>
background-color css
<style>
a { background-color: #CF61CA; }
a { background-color: rgb(207,97,202); }
div.DivClassName
{
background-color: #CF61CA;
}
.BgClassName
{
background-color: #CF61CA;
}
</style>
border-color css
<style>
span { border-color: #CF61CA; }
span { border-color: rgb(207,97,202); }
td.TdClassName
{
border-color: #CF61CA;
}
.TagClassName
{
border-color: #CF61CA;
}
</style>