Shades of Fuchsia #CA4ECF
Tints of Fuchsia #CA4ECF
RGB
CMYK
RGB Variations
Color information
#CA4ECF (or 0xCA4ECF) is known color: Fuchsia. HEX triplet: CA, 4E and CF. RGB value is (202,78,207). Sum of RGB (Red+Green+Blue) = 202+78+207=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4ECF is #35B130. Grayscale: #818181. Windows color (decimal): -3518769 or 13586122. OLE color: 13586122.
HSL color Cylindrical-coordinate representation of color #CA4ECF: hue angle of 297.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4ECF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 78 | 207 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.19 |
| HSL | 297.67º | 0.57% | 0.56% | - |
| HSV(B) | 297.67º | 0.62% | 0.81% | - |
| XYZ | 38.34 | 22.51 | 61.36 | - |
| YUV | 129.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 207 | 0.02 | 0.62 | 0 | 0.19 | 297.67 | 0.57 | 0.56 |
| Hex | CA | 4E | CF | 2 | 3E | 0 | 13 | 12A | 39 | 38 |
| Octal | 312 | 116 | 317 | 2 | 76 | 0 | 23 | 452 | 71 | 70 |
| Binary | 11001010 | 1001110 | 11001111 | 10 | 111110 | 0 | 10011 | 100101010 | 111001 | 111000 |
Color Harmonies of #CA4ECF
Complementary color
Monochromatic Colors of #CA4ECF
Black with #CA4ECF
Text Example
Text Example
White with #CA4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ECF; }
p { color: rgb(202,78,207); }
H1.HeaderClassName
{
color: #CA4ECF;
}
.AnyTagClassName
{
color: #CA4ECF;
}
</style>
background-color css
<style>
a { background-color: #CA4ECF; }
a { background-color: rgb(202,78,207); }
div.DivClassName
{
background-color: #CA4ECF;
}
.BgClassName
{
background-color: #CA4ECF;
}
</style>
border-color css
<style>
span { border-color: #CA4ECF; }
span { border-color: rgb(202,78,207); }
td.TdClassName
{
border-color: #CA4ECF;
}
.TagClassName
{
border-color: #CA4ECF;
}
</style>