Shades of Fuchsia #C967CA
Tints of Fuchsia #C967CA
RGB
CMYK
RGB Variations
Color information
#C967CA (or 0xC967CA) is known color: Fuchsia. HEX triplet: C9, 67 and CA. RGB value is (201,103,202). Sum of RGB (Red+Green+Blue) = 201+103+202=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C967CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CA is #369835. Grayscale: #8F8F8F. Windows color (decimal): -3577910 or 13264841. OLE color: 13264841.
HSL color Cylindrical-coordinate representation of color #C967CA: hue angle of 299.39º 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 #C967CA is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 202 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.21 |
| HSL | 299.39º | 0.48% | 0.6% | - |
| HSV(B) | 299.39º | 0.49% | 0.79% | - |
| XYZ | 39.6 | 26.38 | 58.88 | - |
| YUV | 143.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 202 | 0.00 | 0.49 | 0 | 0.21 | 299.39 | 0.48 | 0.6 |
| Hex | C9 | 67 | CA | 0 | 31 | 0 | 15 | 12B | 30 | 3C |
| Octal | 311 | 147 | 312 | 0 | 61 | 0 | 25 | 453 | 60 | 74 |
| Binary | 11001001 | 1100111 | 11001010 | 0 | 110001 | 0 | 10101 | 100101011 | 110000 | 111100 |
Color Harmonies of #C967CA
Complementary color
Monochromatic Colors of #C967CA
Black with #C967CA
Text Example
Text Example
White with #C967CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967CA; }
p { color: rgb(201,103,202); }
H1.HeaderClassName
{
color: #C967CA;
}
.AnyTagClassName
{
color: #C967CA;
}
</style>
background-color css
<style>
a { background-color: #C967CA; }
a { background-color: rgb(201,103,202); }
div.DivClassName
{
background-color: #C967CA;
}
.BgClassName
{
background-color: #C967CA;
}
</style>
border-color css
<style>
span { border-color: #C967CA; }
span { border-color: rgb(201,103,202); }
td.TdClassName
{
border-color: #C967CA;
}
.TagClassName
{
border-color: #C967CA;
}
</style>