Shades of Fuchsia #C269C3
Tints of Fuchsia #C269C3
RGB
CMYK
RGB Variations
Color information
#C269C3 (or 0xC269C3) is known color: Fuchsia. HEX triplet: C2, 69 and C3. RGB value is (194,105,195). Sum of RGB (Red+Green+Blue) = 194+105+195=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #C269C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C3 is #3D963C. Grayscale: #8D8D8D. Windows color (decimal): -4036157 or 12806594. OLE color: 12806594.
HSL color Cylindrical-coordinate representation of color #C269C3: hue angle of 299.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269C3 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 195 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.24 |
| HSL | 299.33º | 0.43% | 0.59% | - |
| HSV(B) | 299.33º | 0.46% | 0.76% | - |
| XYZ | 37.15 | 25.51 | 54.6 | - |
| YUV | 141.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 195 | 0.01 | 0.46 | 0 | 0.24 | 299.33 | 0.43 | 0.59 |
| Hex | C2 | 69 | C3 | 1 | 2E | 0 | 18 | 12B | 2B | 3B |
| Octal | 302 | 151 | 303 | 1 | 56 | 0 | 30 | 453 | 53 | 73 |
| Binary | 11000010 | 1101001 | 11000011 | 1 | 101110 | 0 | 11000 | 100101011 | 101011 | 111011 |
Color Harmonies of #C269C3
Complementary color
Monochromatic Colors of #C269C3
Black with #C269C3
Text Example
Text Example
White with #C269C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269C3; }
p { color: rgb(194,105,195); }
H1.HeaderClassName
{
color: #C269C3;
}
.AnyTagClassName
{
color: #C269C3;
}
</style>
background-color css
<style>
a { background-color: #C269C3; }
a { background-color: rgb(194,105,195); }
div.DivClassName
{
background-color: #C269C3;
}
.BgClassName
{
background-color: #C269C3;
}
</style>
border-color css
<style>
span { border-color: #C269C3; }
span { border-color: rgb(194,105,195); }
td.TdClassName
{
border-color: #C269C3;
}
.TagClassName
{
border-color: #C269C3;
}
</style>