Shades of Fuchsia #CA61B2
Tints of Fuchsia #CA61B2
RGB
CMYK
RGB Variations
Color information
#CA61B2 (or 0xCA61B2) is known color: Fuchsia. HEX triplet: CA, 61 and B2. RGB value is (202,97,178). Sum of RGB (Red+Green+Blue) = 202+97+178=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61B2 is #359E4D. Grayscale: #898989. Windows color (decimal): -3513934 or 11690442. OLE color: 11690442.
HSL color Cylindrical-coordinate representation of color #CA61B2: hue angle of 313.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61B2 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 178 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.21 |
| HSL | 313.71º | 0.5% | 0.59% | - |
| HSV(B) | 313.71º | 0.52% | 0.79% | - |
| XYZ | 36.67 | 24.32 | 44.88 | - |
| YUV | 137.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 178 | 0 | 0.52 | 0.12 | 0.21 | 313.71 | 0.5 | 0.59 |
| Hex | CA | 61 | B2 | 0 | 34 | C | 15 | 13A | 32 | 3B |
| Octal | 312 | 141 | 262 | 0 | 64 | 14 | 25 | 472 | 62 | 73 |
| Binary | 11001010 | 1100001 | 10110010 | 0 | 110100 | 1100 | 10101 | 100111010 | 110010 | 111011 |
Color Harmonies of #CA61B2
Complementary color
Monochromatic Colors of #CA61B2
Black with #CA61B2
Text Example
Text Example
White with #CA61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61B2; }
p { color: rgb(202,97,178); }
H1.HeaderClassName
{
color: #CA61B2;
}
.AnyTagClassName
{
color: #CA61B2;
}
</style>
background-color css
<style>
a { background-color: #CA61B2; }
a { background-color: rgb(202,97,178); }
div.DivClassName
{
background-color: #CA61B2;
}
.BgClassName
{
background-color: #CA61B2;
}
</style>
border-color css
<style>
span { border-color: #CA61B2; }
span { border-color: rgb(202,97,178); }
td.TdClassName
{
border-color: #CA61B2;
}
.TagClassName
{
border-color: #CA61B2;
}
</style>