Shades of Fuchsia #CA65AF
Tints of Fuchsia #CA65AF
RGB
CMYK
RGB Variations
Color information
#CA65AF (or 0xCA65AF) is known color: Fuchsia. HEX triplet: CA, 65 and AF. RGB value is (202,101,175). Sum of RGB (Red+Green+Blue) = 202+101+175=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA65AF is #359A50. Grayscale: #8B8B8B. Windows color (decimal): -3512913 or 11494858. OLE color: 11494858.
HSL color Cylindrical-coordinate representation of color #CA65AF: hue angle of 316.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA65AF is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 175 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.21 |
| HSL | 316.04º | 0.49% | 0.59% | - |
| HSV(B) | 316.04º | 0.5% | 0.79% | - |
| XYZ | 36.75 | 24.96 | 43.44 | - |
| YUV | 139.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 175 | 0 | 0.50 | 0.13 | 0.21 | 316.04 | 0.49 | 0.59 |
| Hex | CA | 65 | AF | 0 | 32 | D | 15 | 13C | 31 | 3B |
| Octal | 312 | 145 | 257 | 0 | 62 | 15 | 25 | 474 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10101111 | 0 | 110010 | 1101 | 10101 | 100111100 | 110001 | 111011 |
Color Harmonies of #CA65AF
Complementary color
Monochromatic Colors of #CA65AF
Black with #CA65AF
Text Example
Text Example
White with #CA65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65AF; }
p { color: rgb(202,101,175); }
H1.HeaderClassName
{
color: #CA65AF;
}
.AnyTagClassName
{
color: #CA65AF;
}
</style>
background-color css
<style>
a { background-color: #CA65AF; }
a { background-color: rgb(202,101,175); }
div.DivClassName
{
background-color: #CA65AF;
}
.BgClassName
{
background-color: #CA65AF;
}
</style>
border-color css
<style>
span { border-color: #CA65AF; }
span { border-color: rgb(202,101,175); }
td.TdClassName
{
border-color: #CA65AF;
}
.TagClassName
{
border-color: #CA65AF;
}
</style>