Shades of Fuchsia #CA48CC
Tints of Fuchsia #CA48CC
RGB
CMYK
RGB Variations
Color information
#CA48CC (or 0xCA48CC) is known color: Fuchsia. HEX triplet: CA, 48 and CC. RGB value is (202,72,204). Sum of RGB (Red+Green+Blue) = 202+72+204=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48CC is #35B733. Grayscale: #7D7D7D. Windows color (decimal): -3520308 or 13387978. OLE color: 13387978.
HSL color Cylindrical-coordinate representation of color #CA48CC: hue angle of 299.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA48CC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 72 | 204 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.2 |
| HSL | 299.09º | 0.56% | 0.54% | - |
| HSV(B) | 299.09º | 0.65% | 0.8% | - |
| XYZ | 37.57 | 21.55 | 59.31 | - |
| YUV | 125.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 204 | 0.01 | 0.65 | 0 | 0.2 | 299.09 | 0.56 | 0.54 |
| Hex | CA | 48 | CC | 1 | 41 | 0 | 14 | 12B | 38 | 36 |
| Octal | 312 | 110 | 314 | 1 | 101 | 0 | 24 | 453 | 70 | 66 |
| Binary | 11001010 | 1001000 | 11001100 | 1 | 1000001 | 0 | 10100 | 100101011 | 111000 | 110110 |
Color Harmonies of #CA48CC
Complementary color
Monochromatic Colors of #CA48CC
Black with #CA48CC
Text Example
Text Example
White with #CA48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48CC; }
p { color: rgb(202,72,204); }
H1.HeaderClassName
{
color: #CA48CC;
}
.AnyTagClassName
{
color: #CA48CC;
}
</style>
background-color css
<style>
a { background-color: #CA48CC; }
a { background-color: rgb(202,72,204); }
div.DivClassName
{
background-color: #CA48CC;
}
.BgClassName
{
background-color: #CA48CC;
}
</style>
border-color css
<style>
span { border-color: #CA48CC; }
span { border-color: rgb(202,72,204); }
td.TdClassName
{
border-color: #CA48CC;
}
.TagClassName
{
border-color: #CA48CC;
}
</style>