Shades of Fuchsia #CA69B3
Tints of Fuchsia #CA69B3
RGB
CMYK
RGB Variations
Color information
#CA69B3 (or 0xCA69B3) is known color: Fuchsia. HEX triplet: CA, 69 and B3. RGB value is (202,105,179). Sum of RGB (Red+Green+Blue) = 202+105+179=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69B3 is #35964C. Grayscale: #8E8E8E. Windows color (decimal): -3511885 or 11758026. OLE color: 11758026.
HSL color Cylindrical-coordinate representation of color #CA69B3: hue angle of 314.23º 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 #CA69B3 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 179 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.21 |
| HSL | 314.23º | 0.48% | 0.6% | - |
| HSV(B) | 314.23º | 0.48% | 0.79% | - |
| XYZ | 37.55 | 25.91 | 45.67 | - |
| YUV | 142.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 179 | 0 | 0.48 | 0.11 | 0.21 | 314.23 | 0.48 | 0.6 |
| Hex | CA | 69 | B3 | 0 | 30 | B | 15 | 13A | 30 | 3C |
| Octal | 312 | 151 | 263 | 0 | 60 | 13 | 25 | 472 | 60 | 74 |
| Binary | 11001010 | 1101001 | 10110011 | 0 | 110000 | 1011 | 10101 | 100111010 | 110000 | 111100 |
Color Harmonies of #CA69B3
Complementary color
Monochromatic Colors of #CA69B3
Black with #CA69B3
Text Example
Text Example
White with #CA69B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69B3; }
p { color: rgb(202,105,179); }
H1.HeaderClassName
{
color: #CA69B3;
}
.AnyTagClassName
{
color: #CA69B3;
}
</style>
background-color css
<style>
a { background-color: #CA69B3; }
a { background-color: rgb(202,105,179); }
div.DivClassName
{
background-color: #CA69B3;
}
.BgClassName
{
background-color: #CA69B3;
}
</style>
border-color css
<style>
span { border-color: #CA69B3; }
span { border-color: rgb(202,105,179); }
td.TdClassName
{
border-color: #CA69B3;
}
.TagClassName
{
border-color: #CA69B3;
}
</style>