Shades of Fuchsia #C267CA
Tints of Fuchsia #C267CA
RGB
CMYK
RGB Variations
Color information
#C267CA (or 0xC267CA) is known color: Fuchsia. HEX triplet: C2, 67 and CA. RGB value is (194,103,202). Sum of RGB (Red+Green+Blue) = 194+103+202=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C267CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CA is #3D9835. Grayscale: #8D8D8D. Windows color (decimal): -4036662 or 13264834. OLE color: 13264834.
HSL color Cylindrical-coordinate representation of color #C267CA: hue angle of 295.15º 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 #C267CA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 103 | 202 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.21 |
| HSL | 295.15º | 0.48% | 0.6% | - |
| HSV(B) | 295.15º | 0.49% | 0.79% | - |
| XYZ | 37.76 | 25.43 | 58.8 | - |
| YUV | 141.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 202 | 0.04 | 0.49 | 0 | 0.21 | 295.15 | 0.48 | 0.6 |
| Hex | C2 | 67 | CA | 4 | 31 | 0 | 15 | 127 | 30 | 3C |
| Octal | 302 | 147 | 312 | 4 | 61 | 0 | 25 | 447 | 60 | 74 |
| Binary | 11000010 | 1100111 | 11001010 | 100 | 110001 | 0 | 10101 | 100100111 | 110000 | 111100 |
Color Harmonies of #C267CA
Complementary color
Monochromatic Colors of #C267CA
Black with #C267CA
Text Example
Text Example
White with #C267CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267CA; }
p { color: rgb(194,103,202); }
H1.HeaderClassName
{
color: #C267CA;
}
.AnyTagClassName
{
color: #C267CA;
}
</style>
background-color css
<style>
a { background-color: #C267CA; }
a { background-color: rgb(194,103,202); }
div.DivClassName
{
background-color: #C267CA;
}
.BgClassName
{
background-color: #C267CA;
}
</style>
border-color css
<style>
span { border-color: #C267CA; }
span { border-color: rgb(194,103,202); }
td.TdClassName
{
border-color: #C267CA;
}
.TagClassName
{
border-color: #C267CA;
}
</style>