Shades of Fuchsia #CA36D3
Tints of Fuchsia #CA36D3
RGB
CMYK
RGB Variations
Color information
#CA36D3 (or 0xCA36D3) is known color: Fuchsia. HEX triplet: CA, 36 and D3. RGB value is (202,54,211). Sum of RGB (Red+Green+Blue) = 202+54+211=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA36D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36D3 is #35C92C. Grayscale: #737373. Windows color (decimal): -3524909 or 13842122. OLE color: 13842122.
HSL color Cylindrical-coordinate representation of color #CA36D3: hue angle of 296.56º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA36D3 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 54 | 211 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.17 |
| HSL | 296.56º | 0.64% | 0.52% | - |
| HSV(B) | 296.56º | 0.74% | 0.83% | - |
| XYZ | 37.43 | 19.9 | 63.5 | - |
| YUV | 116.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 211 | 0.04 | 0.74 | 0 | 0.17 | 296.56 | 0.64 | 0.52 |
| Hex | CA | 36 | D3 | 4 | 4A | 0 | 11 | 129 | 40 | 34 |
| Octal | 312 | 66 | 323 | 4 | 112 | 0 | 21 | 451 | 100 | 64 |
| Binary | 11001010 | 110110 | 11010011 | 100 | 1001010 | 0 | 10001 | 100101001 | 1000000 | 110100 |
Color Harmonies of #CA36D3
Complementary color
Monochromatic Colors of #CA36D3
Black with #CA36D3
Text Example
Text Example
White with #CA36D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36D3; }
p { color: rgb(202,54,211); }
H1.HeaderClassName
{
color: #CA36D3;
}
.AnyTagClassName
{
color: #CA36D3;
}
</style>
background-color css
<style>
a { background-color: #CA36D3; }
a { background-color: rgb(202,54,211); }
div.DivClassName
{
background-color: #CA36D3;
}
.BgClassName
{
background-color: #CA36D3;
}
</style>
border-color css
<style>
span { border-color: #CA36D3; }
span { border-color: rgb(202,54,211); }
td.TdClassName
{
border-color: #CA36D3;
}
.TagClassName
{
border-color: #CA36D3;
}
</style>