Shades of Fuchsia #CA61CF
Tints of Fuchsia #CA61CF
RGB
CMYK
RGB Variations
Color information
#CA61CF (or 0xCA61CF) is known color: Fuchsia. HEX triplet: CA, 61 and CF. RGB value is (202,97,207). Sum of RGB (Red+Green+Blue) = 202+97+207=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61CF is #359E30. Grayscale: #8C8C8C. Windows color (decimal): -3513905 or 13590986. OLE color: 13590986.
HSL color Cylindrical-coordinate representation of color #CA61CF: hue angle of 297.27º 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 #CA61CF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 97 | 207 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.19 |
| HSL | 297.27º | 0.53% | 0.6% | - |
| HSV(B) | 297.27º | 0.53% | 0.81% | - |
| XYZ | 39.89 | 25.61 | 61.87 | - |
| YUV | 140.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 207 | 0.02 | 0.53 | 0 | 0.19 | 297.27 | 0.53 | 0.6 |
| Hex | CA | 61 | CF | 2 | 35 | 0 | 13 | 129 | 35 | 3C |
| Octal | 312 | 141 | 317 | 2 | 65 | 0 | 23 | 451 | 65 | 74 |
| Binary | 11001010 | 1100001 | 11001111 | 10 | 110101 | 0 | 10011 | 100101001 | 110101 | 111100 |
Color Harmonies of #CA61CF
Complementary color
Monochromatic Colors of #CA61CF
Black with #CA61CF
Text Example
Text Example
White with #CA61CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61CF; }
p { color: rgb(202,97,207); }
H1.HeaderClassName
{
color: #CA61CF;
}
.AnyTagClassName
{
color: #CA61CF;
}
</style>
background-color css
<style>
a { background-color: #CA61CF; }
a { background-color: rgb(202,97,207); }
div.DivClassName
{
background-color: #CA61CF;
}
.BgClassName
{
background-color: #CA61CF;
}
</style>
border-color css
<style>
span { border-color: #CA61CF; }
span { border-color: rgb(202,97,207); }
td.TdClassName
{
border-color: #CA61CF;
}
.TagClassName
{
border-color: #CA61CF;
}
</style>