Shades of Fuchsia #CA45CC
Tints of Fuchsia #CA45CC
RGB
CMYK
RGB Variations
Color information
#CA45CC (or 0xCA45CC) is known color: Fuchsia. HEX triplet: CA, 45 and CC. RGB value is (202,69,204). Sum of RGB (Red+Green+Blue) = 202+69+204=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45CC is #35BA33. Grayscale: #7B7B7B. Windows color (decimal): -3521076 or 13387210. OLE color: 13387210.
HSL color Cylindrical-coordinate representation of color #CA45CC: hue angle of 299.11º 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 #CA45CC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 69 | 204 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.2 |
| HSL | 299.11º | 0.57% | 0.54% | - |
| HSV(B) | 299.11º | 0.66% | 0.8% | - |
| XYZ | 37.38 | 21.17 | 59.24 | - |
| YUV | 124.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 204 | 0.01 | 0.66 | 0 | 0.2 | 299.11 | 0.57 | 0.54 |
| Hex | CA | 45 | CC | 1 | 42 | 0 | 14 | 12B | 39 | 36 |
| Octal | 312 | 105 | 314 | 1 | 102 | 0 | 24 | 453 | 71 | 66 |
| Binary | 11001010 | 1000101 | 11001100 | 1 | 1000010 | 0 | 10100 | 100101011 | 111001 | 110110 |
Color Harmonies of #CA45CC
Complementary color
Monochromatic Colors of #CA45CC
Black with #CA45CC
Text Example
Text Example
White with #CA45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45CC; }
p { color: rgb(202,69,204); }
H1.HeaderClassName
{
color: #CA45CC;
}
.AnyTagClassName
{
color: #CA45CC;
}
</style>
background-color css
<style>
a { background-color: #CA45CC; }
a { background-color: rgb(202,69,204); }
div.DivClassName
{
background-color: #CA45CC;
}
.BgClassName
{
background-color: #CA45CC;
}
</style>
border-color css
<style>
span { border-color: #CA45CC; }
span { border-color: rgb(202,69,204); }
td.TdClassName
{
border-color: #CA45CC;
}
.TagClassName
{
border-color: #CA45CC;
}
</style>