Shades of Fuchsia #CA4BCE
Tints of Fuchsia #CA4BCE
RGB
CMYK
RGB Variations
Color information
#CA4BCE (or 0xCA4BCE) is known color: Fuchsia. HEX triplet: CA, 4B and CE. RGB value is (202,75,206). Sum of RGB (Red+Green+Blue) = 202+75+206=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA4BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BCE is #35B431. Grayscale: #7F7F7F. Windows color (decimal): -3519538 or 13519818. OLE color: 13519818.
HSL color Cylindrical-coordinate representation of color #CA4BCE: hue angle of 298.17º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4BCE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 75 | 206 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.19 |
| HSL | 298.17º | 0.57% | 0.55% | - |
| HSV(B) | 298.17º | 0.64% | 0.81% | - |
| XYZ | 38.01 | 22.04 | 60.64 | - |
| YUV | 127.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 206 | 0.02 | 0.64 | 0 | 0.19 | 298.17 | 0.57 | 0.55 |
| Hex | CA | 4B | CE | 2 | 40 | 0 | 13 | 12A | 39 | 37 |
| Octal | 312 | 113 | 316 | 2 | 100 | 0 | 23 | 452 | 71 | 67 |
| Binary | 11001010 | 1001011 | 11001110 | 10 | 1000000 | 0 | 10011 | 100101010 | 111001 | 110111 |
Color Harmonies of #CA4BCE
Complementary color
Monochromatic Colors of #CA4BCE
Black with #CA4BCE
Text Example
Text Example
White with #CA4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BCE; }
p { color: rgb(202,75,206); }
H1.HeaderClassName
{
color: #CA4BCE;
}
.AnyTagClassName
{
color: #CA4BCE;
}
</style>
background-color css
<style>
a { background-color: #CA4BCE; }
a { background-color: rgb(202,75,206); }
div.DivClassName
{
background-color: #CA4BCE;
}
.BgClassName
{
background-color: #CA4BCE;
}
</style>
border-color css
<style>
span { border-color: #CA4BCE; }
span { border-color: rgb(202,75,206); }
td.TdClassName
{
border-color: #CA4BCE;
}
.TagClassName
{
border-color: #CA4BCE;
}
</style>