Shades of Fuchsia #CA36AC
Tints of Fuchsia #CA36AC
RGB
CMYK
RGB Variations
Color information
#CA36AC (or 0xCA36AC) is known color: Fuchsia. HEX triplet: CA, 36 and AC. RGB value is (202,54,172). Sum of RGB (Red+Green+Blue) = 202+54+172=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA36AC is #35C953. Grayscale: #6F6F6F. Windows color (decimal): -3524948 or 11286218. OLE color: 11286218.
HSL color Cylindrical-coordinate representation of color #CA36AC: hue angle of 312.16º 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 #CA36AC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 172 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.21 |
| HSL | 312.16º | 0.58% | 0.5% | - |
| HSV(B) | 312.16º | 0.73% | 0.79% | - |
| XYZ | 33.12 | 18.17 | 40.79 | - |
| YUV | 111.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 172 | 0 | 0.73 | 0.15 | 0.21 | 312.16 | 0.58 | 0.5 |
| Hex | CA | 36 | AC | 0 | 49 | F | 15 | 138 | 3A | 32 |
| Octal | 312 | 66 | 254 | 0 | 111 | 17 | 25 | 470 | 72 | 62 |
| Binary | 11001010 | 110110 | 10101100 | 0 | 1001001 | 1111 | 10101 | 100111000 | 111010 | 110010 |
Color Harmonies of #CA36AC
Complementary color
Monochromatic Colors of #CA36AC
Black with #CA36AC
Text Example
Text Example
White with #CA36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36AC; }
p { color: rgb(202,54,172); }
H1.HeaderClassName
{
color: #CA36AC;
}
.AnyTagClassName
{
color: #CA36AC;
}
</style>
background-color css
<style>
a { background-color: #CA36AC; }
a { background-color: rgb(202,54,172); }
div.DivClassName
{
background-color: #CA36AC;
}
.BgClassName
{
background-color: #CA36AC;
}
</style>
border-color css
<style>
span { border-color: #CA36AC; }
span { border-color: rgb(202,54,172); }
td.TdClassName
{
border-color: #CA36AC;
}
.TagClassName
{
border-color: #CA36AC;
}
</style>