Shades of Fuchsia #CF55CA
Tints of Fuchsia #CF55CA
RGB
CMYK
RGB Variations
Color information
#CF55CA (or 0xCF55CA) is known color: Fuchsia. HEX triplet: CF, 55 and CA. RGB value is (207,85,202). Sum of RGB (Red+Green+Blue) = 207+85+202=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55CA is #30AA35. Grayscale: #868686. Windows color (decimal): -3189302 or 13260239. OLE color: 13260239.
HSL color Cylindrical-coordinate representation of color #CF55CA: hue angle of 302.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF55CA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 202 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.19 |
| HSL | 302.46º | 0.56% | 0.57% | - |
| HSV(B) | 302.46º | 0.59% | 0.81% | - |
| XYZ | 39.64 | 24.03 | 58.43 | - |
| YUV | 134.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 202 | 0 | 0.59 | 0.02 | 0.19 | 302.46 | 0.56 | 0.57 |
| Hex | CF | 55 | CA | 0 | 3B | 2 | 13 | 12E | 38 | 39 |
| Octal | 317 | 125 | 312 | 0 | 73 | 2 | 23 | 456 | 70 | 71 |
| Binary | 11001111 | 1010101 | 11001010 | 0 | 111011 | 10 | 10011 | 100101110 | 111000 | 111001 |
Color Harmonies of #CF55CA
Complementary color
Monochromatic Colors of #CF55CA
Black with #CF55CA
Text Example
Text Example
White with #CF55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55CA; }
p { color: rgb(207,85,202); }
H1.HeaderClassName
{
color: #CF55CA;
}
.AnyTagClassName
{
color: #CF55CA;
}
</style>
background-color css
<style>
a { background-color: #CF55CA; }
a { background-color: rgb(207,85,202); }
div.DivClassName
{
background-color: #CF55CA;
}
.BgClassName
{
background-color: #CF55CA;
}
</style>
border-color css
<style>
span { border-color: #CF55CA; }
span { border-color: rgb(207,85,202); }
td.TdClassName
{
border-color: #CF55CA;
}
.TagClassName
{
border-color: #CF55CA;
}
</style>