Shades of Fuchsia #CA69C4
Tints of Fuchsia #CA69C4
RGB
CMYK
RGB Variations
Color information
#CA69C4 (or 0xCA69C4) is known color: Fuchsia. HEX triplet: CA, 69 and C4. RGB value is (202,105,196). Sum of RGB (Red+Green+Blue) = 202+105+196=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69C4 is #35963B. Grayscale: #909090. Windows color (decimal): -3511868 or 12872138. OLE color: 12872138.
HSL color Cylindrical-coordinate representation of color #CA69C4: hue angle of 303.71º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA69C4 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 196 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.21 |
| HSL | 303.71º | 0.48% | 0.6% | - |
| HSV(B) | 303.71º | 0.48% | 0.79% | - |
| XYZ | 39.37 | 26.65 | 55.29 | - |
| YUV | 144.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 196 | 0 | 0.48 | 0.03 | 0.21 | 303.71 | 0.48 | 0.6 |
| Hex | CA | 69 | C4 | 0 | 30 | 3 | 15 | 130 | 30 | 3C |
| Octal | 312 | 151 | 304 | 0 | 60 | 3 | 25 | 460 | 60 | 74 |
| Binary | 11001010 | 1101001 | 11000100 | 0 | 110000 | 11 | 10101 | 100110000 | 110000 | 111100 |
Color Harmonies of #CA69C4
Complementary color
Monochromatic Colors of #CA69C4
Black with #CA69C4
Text Example
Text Example
White with #CA69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69C4; }
p { color: rgb(202,105,196); }
H1.HeaderClassName
{
color: #CA69C4;
}
.AnyTagClassName
{
color: #CA69C4;
}
</style>
background-color css
<style>
a { background-color: #CA69C4; }
a { background-color: rgb(202,105,196); }
div.DivClassName
{
background-color: #CA69C4;
}
.BgClassName
{
background-color: #CA69C4;
}
</style>
border-color css
<style>
span { border-color: #CA69C4; }
span { border-color: rgb(202,105,196); }
td.TdClassName
{
border-color: #CA69C4;
}
.TagClassName
{
border-color: #CA69C4;
}
</style>