Shades of Fuchsia #CA3BCE
Tints of Fuchsia #CA3BCE
RGB
CMYK
RGB Variations
Color information
#CA3BCE (or 0xCA3BCE) is known color: Fuchsia. HEX triplet: CA, 3B and CE. RGB value is (202,59,206). Sum of RGB (Red+Green+Blue) = 202+59+206=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BCE is #35C431. Grayscale: #767676. Windows color (decimal): -3523634 or 13515722. OLE color: 13515722.
HSL color Cylindrical-coordinate representation of color #CA3BCE: hue angle of 298.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3BCE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 59 | 206 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.19 |
| HSL | 298.37º | 0.6% | 0.52% | - |
| HSV(B) | 298.37º | 0.71% | 0.81% | - |
| XYZ | 37.06 | 20.14 | 60.33 | - |
| YUV | 118.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 206 | 0.02 | 0.71 | 0 | 0.19 | 298.37 | 0.6 | 0.52 |
| Hex | CA | 3B | CE | 2 | 47 | 0 | 13 | 12A | 3C | 34 |
| Octal | 312 | 73 | 316 | 2 | 107 | 0 | 23 | 452 | 74 | 64 |
| Binary | 11001010 | 111011 | 11001110 | 10 | 1000111 | 0 | 10011 | 100101010 | 111100 | 110100 |
Color Harmonies of #CA3BCE
Complementary color
Monochromatic Colors of #CA3BCE
Black with #CA3BCE
Text Example
Text Example
White with #CA3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BCE; }
p { color: rgb(202,59,206); }
H1.HeaderClassName
{
color: #CA3BCE;
}
.AnyTagClassName
{
color: #CA3BCE;
}
</style>
background-color css
<style>
a { background-color: #CA3BCE; }
a { background-color: rgb(202,59,206); }
div.DivClassName
{
background-color: #CA3BCE;
}
.BgClassName
{
background-color: #CA3BCE;
}
</style>
border-color css
<style>
span { border-color: #CA3BCE; }
span { border-color: rgb(202,59,206); }
td.TdClassName
{
border-color: #CA3BCE;
}
.TagClassName
{
border-color: #CA3BCE;
}
</style>