Shades of Fuchsia #CA66BF
Tints of Fuchsia #CA66BF
RGB
CMYK
RGB Variations
Color information
#CA66BF (or 0xCA66BF) is known color: Fuchsia. HEX triplet: CA, 66 and BF. RGB value is (202,102,191). Sum of RGB (Red+Green+Blue) = 202+102+191=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66BF is #359940. Grayscale: #8D8D8D. Windows color (decimal): -3512641 or 12543690. OLE color: 12543690.
HSL color Cylindrical-coordinate representation of color #CA66BF: hue angle of 306.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66BF is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 191 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.21 |
| HSL | 306.6º | 0.49% | 0.6% | - |
| HSV(B) | 306.6º | 0.5% | 0.79% | - |
| XYZ | 38.51 | 25.82 | 52.24 | - |
| YUV | 142.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 191 | 0 | 0.50 | 0.05 | 0.21 | 306.6 | 0.49 | 0.6 |
| Hex | CA | 66 | BF | 0 | 32 | 5 | 15 | 133 | 31 | 3C |
| Octal | 312 | 146 | 277 | 0 | 62 | 5 | 25 | 463 | 61 | 74 |
| Binary | 11001010 | 1100110 | 10111111 | 0 | 110010 | 101 | 10101 | 100110011 | 110001 | 111100 |
Color Harmonies of #CA66BF
Complementary color
Monochromatic Colors of #CA66BF
Black with #CA66BF
Text Example
Text Example
White with #CA66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66BF; }
p { color: rgb(202,102,191); }
H1.HeaderClassName
{
color: #CA66BF;
}
.AnyTagClassName
{
color: #CA66BF;
}
</style>
background-color css
<style>
a { background-color: #CA66BF; }
a { background-color: rgb(202,102,191); }
div.DivClassName
{
background-color: #CA66BF;
}
.BgClassName
{
background-color: #CA66BF;
}
</style>
border-color css
<style>
span { border-color: #CA66BF; }
span { border-color: rgb(202,102,191); }
td.TdClassName
{
border-color: #CA66BF;
}
.TagClassName
{
border-color: #CA66BF;
}
</style>