Shades of Fuchsia #CA43CF
Tints of Fuchsia #CA43CF
RGB
CMYK
RGB Variations
Color information
#CA43CF (or 0xCA43CF) is known color: Fuchsia. HEX triplet: CA, 43 and CF. RGB value is (202,67,207). Sum of RGB (Red+Green+Blue) = 202+67+207=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43CF is #35BC30. Grayscale: #7A7A7A. Windows color (decimal): -3521585 or 13583306. OLE color: 13583306.
HSL color Cylindrical-coordinate representation of color #CA43CF: hue angle of 297.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA43CF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 67 | 207 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.19 |
| HSL | 297.86º | 0.59% | 0.54% | - |
| HSV(B) | 297.86º | 0.68% | 0.81% | - |
| XYZ | 37.63 | 21.08 | 61.12 | - |
| YUV | 123.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 207 | 0.02 | 0.68 | 0 | 0.19 | 297.86 | 0.59 | 0.54 |
| Hex | CA | 43 | CF | 2 | 44 | 0 | 13 | 12A | 3B | 36 |
| Octal | 312 | 103 | 317 | 2 | 104 | 0 | 23 | 452 | 73 | 66 |
| Binary | 11001010 | 1000011 | 11001111 | 10 | 1000100 | 0 | 10011 | 100101010 | 111011 | 110110 |
Color Harmonies of #CA43CF
Complementary color
Monochromatic Colors of #CA43CF
Black with #CA43CF
Text Example
Text Example
White with #CA43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43CF; }
p { color: rgb(202,67,207); }
H1.HeaderClassName
{
color: #CA43CF;
}
.AnyTagClassName
{
color: #CA43CF;
}
</style>
background-color css
<style>
a { background-color: #CA43CF; }
a { background-color: rgb(202,67,207); }
div.DivClassName
{
background-color: #CA43CF;
}
.BgClassName
{
background-color: #CA43CF;
}
</style>
border-color css
<style>
span { border-color: #CA43CF; }
span { border-color: rgb(202,67,207); }
td.TdClassName
{
border-color: #CA43CF;
}
.TagClassName
{
border-color: #CA43CF;
}
</style>