Shades of Fuchsia #CA36CC
Tints of Fuchsia #CA36CC
RGB
CMYK
RGB Variations
Color information
#CA36CC (or 0xCA36CC) is known color: Fuchsia. HEX triplet: CA, 36 and CC. RGB value is (202,54,204). Sum of RGB (Red+Green+Blue) = 202+54+204=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36CC is #35C933. Grayscale: #727272. Windows color (decimal): -3524916 or 13383370. OLE color: 13383370.
HSL color Cylindrical-coordinate representation of color #CA36CC: hue angle of 299.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA36CC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 54 | 204 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.2 |
| HSL | 299.2º | 0.6% | 0.51% | - |
| HSV(B) | 299.2º | 0.74% | 0.8% | - |
| XYZ | 36.58 | 19.55 | 58.97 | - |
| YUV | 115.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 204 | 0.01 | 0.74 | 0 | 0.2 | 299.2 | 0.6 | 0.51 |
| Hex | CA | 36 | CC | 1 | 4A | 0 | 14 | 12B | 3C | 33 |
| Octal | 312 | 66 | 314 | 1 | 112 | 0 | 24 | 453 | 74 | 63 |
| Binary | 11001010 | 110110 | 11001100 | 1 | 1001010 | 0 | 10100 | 100101011 | 111100 | 110011 |
Color Harmonies of #CA36CC
Complementary color
Monochromatic Colors of #CA36CC
Black with #CA36CC
Text Example
Text Example
White with #CA36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36CC; }
p { color: rgb(202,54,204); }
H1.HeaderClassName
{
color: #CA36CC;
}
.AnyTagClassName
{
color: #CA36CC;
}
</style>
background-color css
<style>
a { background-color: #CA36CC; }
a { background-color: rgb(202,54,204); }
div.DivClassName
{
background-color: #CA36CC;
}
.BgClassName
{
background-color: #CA36CC;
}
</style>
border-color css
<style>
span { border-color: #CA36CC; }
span { border-color: rgb(202,54,204); }
td.TdClassName
{
border-color: #CA36CC;
}
.TagClassName
{
border-color: #CA36CC;
}
</style>