Shades of Fuchsia #CA69B2
Tints of Fuchsia #CA69B2
RGB
CMYK
RGB Variations
Color information
#CA69B2 (or 0xCA69B2) is known color: Fuchsia. HEX triplet: CA, 69 and B2. RGB value is (202,105,178). Sum of RGB (Red+Green+Blue) = 202+105+178=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA69B2 is #35964D. Grayscale: #8E8E8E. Windows color (decimal): -3511886 or 11692490. OLE color: 11692490.
HSL color Cylindrical-coordinate representation of color #CA69B2: hue angle of 314.85º 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 #CA69B2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 178 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.21 |
| HSL | 314.85º | 0.48% | 0.6% | - |
| HSV(B) | 314.85º | 0.48% | 0.79% | - |
| XYZ | 37.44 | 25.87 | 45.14 | - |
| YUV | 142.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 178 | 0 | 0.48 | 0.12 | 0.21 | 314.85 | 0.48 | 0.6 |
| Hex | CA | 69 | B2 | 0 | 30 | C | 15 | 13B | 30 | 3C |
| Octal | 312 | 151 | 262 | 0 | 60 | 14 | 25 | 473 | 60 | 74 |
| Binary | 11001010 | 1101001 | 10110010 | 0 | 110000 | 1100 | 10101 | 100111011 | 110000 | 111100 |
Color Harmonies of #CA69B2
Complementary color
Monochromatic Colors of #CA69B2
Black with #CA69B2
Text Example
Text Example
White with #CA69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69B2; }
p { color: rgb(202,105,178); }
H1.HeaderClassName
{
color: #CA69B2;
}
.AnyTagClassName
{
color: #CA69B2;
}
</style>
background-color css
<style>
a { background-color: #CA69B2; }
a { background-color: rgb(202,105,178); }
div.DivClassName
{
background-color: #CA69B2;
}
.BgClassName
{
background-color: #CA69B2;
}
</style>
border-color css
<style>
span { border-color: #CA69B2; }
span { border-color: rgb(202,105,178); }
td.TdClassName
{
border-color: #CA69B2;
}
.TagClassName
{
border-color: #CA69B2;
}
</style>