Shades of Fuchsia #CA65C9
Tints of Fuchsia #CA65C9
RGB
CMYK
RGB Variations
Color information
#CA65C9 (or 0xCA65C9) is known color: Fuchsia. HEX triplet: CA, 65 and C9. RGB value is (202,101,201). Sum of RGB (Red+Green+Blue) = 202+101+201=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA65C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65C9 is #359A36. Grayscale: #8E8E8E. Windows color (decimal): -3512887 or 13198794. OLE color: 13198794.
HSL color Cylindrical-coordinate representation of color #CA65C9: hue angle of 300.59º 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 #CA65C9 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 201 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.21 |
| HSL | 300.59º | 0.49% | 0.59% | - |
| HSV(B) | 300.59º | 0.5% | 0.79% | - |
| XYZ | 39.55 | 26.08 | 58.21 | - |
| YUV | 142.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 201 | 0 | 0.50 | 0.00 | 0.21 | 300.59 | 0.49 | 0.59 |
| Hex | CA | 65 | C9 | 0 | 32 | 0 | 15 | 12D | 31 | 3B |
| Octal | 312 | 145 | 311 | 0 | 62 | 0 | 25 | 455 | 61 | 73 |
| Binary | 11001010 | 1100101 | 11001001 | 0 | 110010 | 0 | 10101 | 100101101 | 110001 | 111011 |
Color Harmonies of #CA65C9
Complementary color
Monochromatic Colors of #CA65C9
Black with #CA65C9
Text Example
Text Example
White with #CA65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA65C9; }
p { color: rgb(202,101,201); }
H1.HeaderClassName
{
color: #CA65C9;
}
.AnyTagClassName
{
color: #CA65C9;
}
</style>
background-color css
<style>
a { background-color: #CA65C9; }
a { background-color: rgb(202,101,201); }
div.DivClassName
{
background-color: #CA65C9;
}
.BgClassName
{
background-color: #CA65C9;
}
</style>
border-color css
<style>
span { border-color: #CA65C9; }
span { border-color: rgb(202,101,201); }
td.TdClassName
{
border-color: #CA65C9;
}
.TagClassName
{
border-color: #CA65C9;
}
</style>