Shades of Fuchsia #CA46CC
Tints of Fuchsia #CA46CC
RGB
CMYK
RGB Variations
Color information
#CA46CC (or 0xCA46CC) is known color: Fuchsia. HEX triplet: CA, 46 and CC. RGB value is (202,70,204). Sum of RGB (Red+Green+Blue) = 202+70+204=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46CC is #35B933. Grayscale: #7C7C7C. Windows color (decimal): -3520820 or 13387466. OLE color: 13387466.
HSL color Cylindrical-coordinate representation of color #CA46CC: hue angle of 299.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA46CC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 70 | 204 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.2 |
| HSL | 299.1º | 0.57% | 0.54% | - |
| HSV(B) | 299.1º | 0.66% | 0.8% | - |
| XYZ | 37.45 | 21.3 | 59.26 | - |
| YUV | 124.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 204 | 0.01 | 0.66 | 0 | 0.2 | 299.1 | 0.57 | 0.54 |
| Hex | CA | 46 | CC | 1 | 42 | 0 | 14 | 12B | 39 | 36 |
| Octal | 312 | 106 | 314 | 1 | 102 | 0 | 24 | 453 | 71 | 66 |
| Binary | 11001010 | 1000110 | 11001100 | 1 | 1000010 | 0 | 10100 | 100101011 | 111001 | 110110 |
Color Harmonies of #CA46CC
Complementary color
Monochromatic Colors of #CA46CC
Black with #CA46CC
Text Example
Text Example
White with #CA46CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46CC; }
p { color: rgb(202,70,204); }
H1.HeaderClassName
{
color: #CA46CC;
}
.AnyTagClassName
{
color: #CA46CC;
}
</style>
background-color css
<style>
a { background-color: #CA46CC; }
a { background-color: rgb(202,70,204); }
div.DivClassName
{
background-color: #CA46CC;
}
.BgClassName
{
background-color: #CA46CC;
}
</style>
border-color css
<style>
span { border-color: #CA46CC; }
span { border-color: rgb(202,70,204); }
td.TdClassName
{
border-color: #CA46CC;
}
.TagClassName
{
border-color: #CA46CC;
}
</style>