Shades of Fuchsia #CA43C7
Tints of Fuchsia #CA43C7
RGB
CMYK
RGB Variations
Color information
#CA43C7 (or 0xCA43C7) is known color: Fuchsia. HEX triplet: CA, 43 and C7. RGB value is (202,67,199). Sum of RGB (Red+Green+Blue) = 202+67+199=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43C7 is #35BC38. Grayscale: #7A7A7A. Windows color (decimal): -3521593 or 13059018. OLE color: 13059018.
HSL color Cylindrical-coordinate representation of color #CA43C7: hue angle of 301.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43C7 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 199 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.21 |
| HSL | 301.33º | 0.56% | 0.53% | - |
| HSV(B) | 301.33º | 0.67% | 0.79% | - |
| XYZ | 36.67 | 20.69 | 56.09 | - |
| YUV | 122.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 199 | 0 | 0.67 | 0.01 | 0.21 | 301.33 | 0.56 | 0.53 |
| Hex | CA | 43 | C7 | 0 | 43 | 1 | 15 | 12D | 38 | 35 |
| Octal | 312 | 103 | 307 | 0 | 103 | 1 | 25 | 455 | 70 | 65 |
| Binary | 11001010 | 1000011 | 11000111 | 0 | 1000011 | 1 | 10101 | 100101101 | 111000 | 110101 |
Color Harmonies of #CA43C7
Complementary color
Monochromatic Colors of #CA43C7
Black with #CA43C7
Text Example
Text Example
White with #CA43C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43C7; }
p { color: rgb(202,67,199); }
H1.HeaderClassName
{
color: #CA43C7;
}
.AnyTagClassName
{
color: #CA43C7;
}
</style>
background-color css
<style>
a { background-color: #CA43C7; }
a { background-color: rgb(202,67,199); }
div.DivClassName
{
background-color: #CA43C7;
}
.BgClassName
{
background-color: #CA43C7;
}
</style>
border-color css
<style>
span { border-color: #CA43C7; }
span { border-color: rgb(202,67,199); }
td.TdClassName
{
border-color: #CA43C7;
}
.TagClassName
{
border-color: #CA43C7;
}
</style>