Shades of Fuchsia #CA61C4
Tints of Fuchsia #CA61C4
RGB
CMYK
RGB Variations
Color information
#CA61C4 (or 0xCA61C4) is known color: Fuchsia. HEX triplet: CA, 61 and C4. RGB value is (202,97,196). Sum of RGB (Red+Green+Blue) = 202+97+196=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61C4 is #359E3B. Grayscale: #8B8B8B. Windows color (decimal): -3513916 or 12870090. OLE color: 12870090.
HSL color Cylindrical-coordinate representation of color #CA61C4: hue angle of 303.43º 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 #CA61C4 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 196 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.21 |
| HSL | 303.43º | 0.5% | 0.59% | - |
| HSV(B) | 303.43º | 0.52% | 0.79% | - |
| XYZ | 38.6 | 25.09 | 55.03 | - |
| YUV | 139.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 196 | 0 | 0.52 | 0.03 | 0.21 | 303.43 | 0.5 | 0.59 |
| Hex | CA | 61 | C4 | 0 | 34 | 3 | 15 | 12F | 32 | 3B |
| Octal | 312 | 141 | 304 | 0 | 64 | 3 | 25 | 457 | 62 | 73 |
| Binary | 11001010 | 1100001 | 11000100 | 0 | 110100 | 11 | 10101 | 100101111 | 110010 | 111011 |
Color Harmonies of #CA61C4
Complementary color
Monochromatic Colors of #CA61C4
Black with #CA61C4
Text Example
Text Example
White with #CA61C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61C4; }
p { color: rgb(202,97,196); }
H1.HeaderClassName
{
color: #CA61C4;
}
.AnyTagClassName
{
color: #CA61C4;
}
</style>
background-color css
<style>
a { background-color: #CA61C4; }
a { background-color: rgb(202,97,196); }
div.DivClassName
{
background-color: #CA61C4;
}
.BgClassName
{
background-color: #CA61C4;
}
</style>
border-color css
<style>
span { border-color: #CA61C4; }
span { border-color: rgb(202,97,196); }
td.TdClassName
{
border-color: #CA61C4;
}
.TagClassName
{
border-color: #CA61C4;
}
</style>