Shades of Fuchsia #CA4FCE
Tints of Fuchsia #CA4FCE
RGB
CMYK
RGB Variations
Color information
#CA4FCE (or 0xCA4FCE) is known color: Fuchsia. HEX triplet: CA, 4F and CE. RGB value is (202,79,206). Sum of RGB (Red+Green+Blue) = 202+79+206=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA4FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FCE is #35B031. Grayscale: #818181. Windows color (decimal): -3518514 or 13520842. OLE color: 13520842.
HSL color Cylindrical-coordinate representation of color #CA4FCE: hue angle of 298.11º degrees, saturation: 0.56, 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 #CA4FCE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 79 | 206 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.19 |
| HSL | 298.11º | 0.56% | 0.56% | - |
| HSV(B) | 298.11º | 0.62% | 0.81% | - |
| XYZ | 38.29 | 22.6 | 60.74 | - |
| YUV | 130.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 206 | 0.02 | 0.62 | 0 | 0.19 | 298.11 | 0.56 | 0.56 |
| Hex | CA | 4F | CE | 2 | 3E | 0 | 13 | 12A | 38 | 38 |
| Octal | 312 | 117 | 316 | 2 | 76 | 0 | 23 | 452 | 70 | 70 |
| Binary | 11001010 | 1001111 | 11001110 | 10 | 111110 | 0 | 10011 | 100101010 | 111000 | 111000 |
Color Harmonies of #CA4FCE
Complementary color
Monochromatic Colors of #CA4FCE
Black with #CA4FCE
Text Example
Text Example
White with #CA4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FCE; }
p { color: rgb(202,79,206); }
H1.HeaderClassName
{
color: #CA4FCE;
}
.AnyTagClassName
{
color: #CA4FCE;
}
</style>
background-color css
<style>
a { background-color: #CA4FCE; }
a { background-color: rgb(202,79,206); }
div.DivClassName
{
background-color: #CA4FCE;
}
.BgClassName
{
background-color: #CA4FCE;
}
</style>
border-color css
<style>
span { border-color: #CA4FCE; }
span { border-color: rgb(202,79,206); }
td.TdClassName
{
border-color: #CA4FCE;
}
.TagClassName
{
border-color: #CA4FCE;
}
</style>