Shades of Fuchsia #CA36CF
Tints of Fuchsia #CA36CF
RGB
CMYK
RGB Variations
Color information
#CA36CF (or 0xCA36CF) is known color: Fuchsia. HEX triplet: CA, 36 and CF. RGB value is (202,54,207). Sum of RGB (Red+Green+Blue) = 202+54+207=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36CF is #35C930. Grayscale: #737373. Windows color (decimal): -3524913 or 13579978. OLE color: 13579978.
HSL color Cylindrical-coordinate representation of color #CA36CF: hue angle of 298.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA36CF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 54 | 207 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.19 |
| HSL | 298.04º | 0.61% | 0.51% | - |
| HSV(B) | 298.04º | 0.74% | 0.81% | - |
| XYZ | 36.94 | 19.7 | 60.89 | - |
| YUV | 115.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 207 | 0.02 | 0.74 | 0 | 0.19 | 298.04 | 0.61 | 0.51 |
| Hex | CA | 36 | CF | 2 | 4A | 0 | 13 | 12A | 3D | 33 |
| Octal | 312 | 66 | 317 | 2 | 112 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001010 | 110110 | 11001111 | 10 | 1001010 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #CA36CF
Complementary color
Monochromatic Colors of #CA36CF
Black with #CA36CF
Text Example
Text Example
White with #CA36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36CF; }
p { color: rgb(202,54,207); }
H1.HeaderClassName
{
color: #CA36CF;
}
.AnyTagClassName
{
color: #CA36CF;
}
</style>
background-color css
<style>
a { background-color: #CA36CF; }
a { background-color: rgb(202,54,207); }
div.DivClassName
{
background-color: #CA36CF;
}
.BgClassName
{
background-color: #CA36CF;
}
</style>
border-color css
<style>
span { border-color: #CA36CF; }
span { border-color: rgb(202,54,207); }
td.TdClassName
{
border-color: #CA36CF;
}
.TagClassName
{
border-color: #CA36CF;
}
</style>