Shades of Fuchsia #CA36B2
Tints of Fuchsia #CA36B2
RGB
CMYK
RGB Variations
Color information
#CA36B2 (or 0xCA36B2) is known color: Fuchsia. HEX triplet: CA, 36 and B2. RGB value is (202,54,178). Sum of RGB (Red+Green+Blue) = 202+54+178=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA36B2 is #35C94D. Grayscale: #707070. Windows color (decimal): -3524942 or 11679434. OLE color: 11679434.
HSL color Cylindrical-coordinate representation of color #CA36B2: hue angle of 309.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA36B2 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 178 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.21 |
| HSL | 309.73º | 0.58% | 0.5% | - |
| HSV(B) | 309.73º | 0.73% | 0.79% | - |
| XYZ | 33.71 | 18.41 | 43.9 | - |
| YUV | 112.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 178 | 0 | 0.73 | 0.12 | 0.21 | 309.73 | 0.58 | 0.5 |
| Hex | CA | 36 | B2 | 0 | 49 | C | 15 | 136 | 3A | 32 |
| Octal | 312 | 66 | 262 | 0 | 111 | 14 | 25 | 466 | 72 | 62 |
| Binary | 11001010 | 110110 | 10110010 | 0 | 1001001 | 1100 | 10101 | 100110110 | 111010 | 110010 |
Color Harmonies of #CA36B2
Complementary color
Monochromatic Colors of #CA36B2
Black with #CA36B2
Text Example
Text Example
White with #CA36B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36B2; }
p { color: rgb(202,54,178); }
H1.HeaderClassName
{
color: #CA36B2;
}
.AnyTagClassName
{
color: #CA36B2;
}
</style>
background-color css
<style>
a { background-color: #CA36B2; }
a { background-color: rgb(202,54,178); }
div.DivClassName
{
background-color: #CA36B2;
}
.BgClassName
{
background-color: #CA36B2;
}
</style>
border-color css
<style>
span { border-color: #CA36B2; }
span { border-color: rgb(202,54,178); }
td.TdClassName
{
border-color: #CA36B2;
}
.TagClassName
{
border-color: #CA36B2;
}
</style>