Shades of Fuchsia #CA46D0
Tints of Fuchsia #CA46D0
RGB
CMYK
RGB Variations
Color information
#CA46D0 (or 0xCA46D0) is known color: Fuchsia. HEX triplet: CA, 46 and D0. RGB value is (202,70,208). Sum of RGB (Red+Green+Blue) = 202+70+208=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46D0 is #35B92F. Grayscale: #7C7C7C. Windows color (decimal): -3520816 or 13649610. OLE color: 13649610.
HSL color Cylindrical-coordinate representation of color #CA46D0: hue angle of 297.39º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA46D0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 70 | 208 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.18 |
| HSL | 297.39º | 0.59% | 0.55% | - |
| HSV(B) | 297.39º | 0.66% | 0.82% | - |
| XYZ | 37.93 | 21.49 | 61.82 | - |
| YUV | 125.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 208 | 0.03 | 0.66 | 0 | 0.18 | 297.39 | 0.59 | 0.55 |
| Hex | CA | 46 | D0 | 3 | 42 | 0 | 12 | 129 | 3B | 37 |
| Octal | 312 | 106 | 320 | 3 | 102 | 0 | 22 | 451 | 73 | 67 |
| Binary | 11001010 | 1000110 | 11010000 | 11 | 1000010 | 0 | 10010 | 100101001 | 111011 | 110111 |
Color Harmonies of #CA46D0
Complementary color
Monochromatic Colors of #CA46D0
Black with #CA46D0
Text Example
Text Example
White with #CA46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46D0; }
p { color: rgb(202,70,208); }
H1.HeaderClassName
{
color: #CA46D0;
}
.AnyTagClassName
{
color: #CA46D0;
}
</style>
background-color css
<style>
a { background-color: #CA46D0; }
a { background-color: rgb(202,70,208); }
div.DivClassName
{
background-color: #CA46D0;
}
.BgClassName
{
background-color: #CA46D0;
}
</style>
border-color css
<style>
span { border-color: #CA46D0; }
span { border-color: rgb(202,70,208); }
td.TdClassName
{
border-color: #CA46D0;
}
.TagClassName
{
border-color: #CA46D0;
}
</style>