Shades of Fuchsia #CA67C0
Tints of Fuchsia #CA67C0
RGB
CMYK
RGB Variations
Color information
#CA67C0 (or 0xCA67C0) is known color: Fuchsia. HEX triplet: CA, 67 and C0. RGB value is (202,103,192). Sum of RGB (Red+Green+Blue) = 202+103+192=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67C0 is #35983F. Grayscale: #8E8E8E. Windows color (decimal): -3512384 or 12609482. OLE color: 12609482.
HSL color Cylindrical-coordinate representation of color #CA67C0: hue angle of 306.06º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA67C0 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 192 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.21 |
| HSL | 306.06º | 0.48% | 0.6% | - |
| HSV(B) | 306.06º | 0.49% | 0.79% | - |
| XYZ | 38.72 | 26.06 | 52.86 | - |
| YUV | 142.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 192 | 0 | 0.49 | 0.05 | 0.21 | 306.06 | 0.48 | 0.6 |
| Hex | CA | 67 | C0 | 0 | 31 | 5 | 15 | 132 | 30 | 3C |
| Octal | 312 | 147 | 300 | 0 | 61 | 5 | 25 | 462 | 60 | 74 |
| Binary | 11001010 | 1100111 | 11000000 | 0 | 110001 | 101 | 10101 | 100110010 | 110000 | 111100 |
Color Harmonies of #CA67C0
Complementary color
Monochromatic Colors of #CA67C0
Black with #CA67C0
Text Example
Text Example
White with #CA67C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67C0; }
p { color: rgb(202,103,192); }
H1.HeaderClassName
{
color: #CA67C0;
}
.AnyTagClassName
{
color: #CA67C0;
}
</style>
background-color css
<style>
a { background-color: #CA67C0; }
a { background-color: rgb(202,103,192); }
div.DivClassName
{
background-color: #CA67C0;
}
.BgClassName
{
background-color: #CA67C0;
}
</style>
border-color css
<style>
span { border-color: #CA67C0; }
span { border-color: rgb(202,103,192); }
td.TdClassName
{
border-color: #CA67C0;
}
.TagClassName
{
border-color: #CA67C0;
}
</style>