Shades of Fuchsia #CA45CF
Tints of Fuchsia #CA45CF
RGB
CMYK
RGB Variations
Color information
#CA45CF (or 0xCA45CF) is known color: Fuchsia. HEX triplet: CA, 45 and CF. RGB value is (202,69,207). Sum of RGB (Red+Green+Blue) = 202+69+207=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45CF is #35BA30. Grayscale: #7C7C7C. Windows color (decimal): -3521073 or 13583818. OLE color: 13583818.
HSL color Cylindrical-coordinate representation of color #CA45CF: hue angle of 297.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA45CF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 69 | 207 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.19 |
| HSL | 297.83º | 0.59% | 0.54% | - |
| HSV(B) | 297.83º | 0.67% | 0.81% | - |
| XYZ | 37.75 | 21.32 | 61.16 | - |
| YUV | 124.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 207 | 0.02 | 0.67 | 0 | 0.19 | 297.83 | 0.59 | 0.54 |
| Hex | CA | 45 | CF | 2 | 43 | 0 | 13 | 12A | 3B | 36 |
| Octal | 312 | 105 | 317 | 2 | 103 | 0 | 23 | 452 | 73 | 66 |
| Binary | 11001010 | 1000101 | 11001111 | 10 | 1000011 | 0 | 10011 | 100101010 | 111011 | 110110 |
Color Harmonies of #CA45CF
Complementary color
Monochromatic Colors of #CA45CF
Black with #CA45CF
Text Example
Text Example
White with #CA45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45CF; }
p { color: rgb(202,69,207); }
H1.HeaderClassName
{
color: #CA45CF;
}
.AnyTagClassName
{
color: #CA45CF;
}
</style>
background-color css
<style>
a { background-color: #CA45CF; }
a { background-color: rgb(202,69,207); }
div.DivClassName
{
background-color: #CA45CF;
}
.BgClassName
{
background-color: #CA45CF;
}
</style>
border-color css
<style>
span { border-color: #CA45CF; }
span { border-color: rgb(202,69,207); }
td.TdClassName
{
border-color: #CA45CF;
}
.TagClassName
{
border-color: #CA45CF;
}
</style>