Shades of Fuchsia #C269B6
Tints of Fuchsia #C269B6
RGB
CMYK
RGB Variations
Color information
#C269B6 (or 0xC269B6) is known color: Fuchsia. HEX triplet: C2, 69 and B6. RGB value is (194,105,182). Sum of RGB (Red+Green+Blue) = 194+105+182=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C269B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269B6 is #3D9649. Grayscale: #8C8C8C. Windows color (decimal): -4036170 or 11954626. OLE color: 11954626.
HSL color Cylindrical-coordinate representation of color #C269B6: hue angle of 308.09º degrees, saturation: 0.42, 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 #C269B6 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 182 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.24 |
| HSL | 308.09º | 0.42% | 0.59% | - |
| HSV(B) | 308.09º | 0.46% | 0.76% | - |
| XYZ | 35.74 | 24.95 | 47.19 | - |
| YUV | 140.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 182 | 0 | 0.46 | 0.06 | 0.24 | 308.09 | 0.42 | 0.59 |
| Hex | C2 | 69 | B6 | 0 | 2E | 6 | 18 | 134 | 2A | 3B |
| Octal | 302 | 151 | 266 | 0 | 56 | 6 | 30 | 464 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10110110 | 0 | 101110 | 110 | 11000 | 100110100 | 101010 | 111011 |
Color Harmonies of #C269B6
Complementary color
Monochromatic Colors of #C269B6
Black with #C269B6
Text Example
Text Example
White with #C269B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269B6; }
p { color: rgb(194,105,182); }
H1.HeaderClassName
{
color: #C269B6;
}
.AnyTagClassName
{
color: #C269B6;
}
</style>
background-color css
<style>
a { background-color: #C269B6; }
a { background-color: rgb(194,105,182); }
div.DivClassName
{
background-color: #C269B6;
}
.BgClassName
{
background-color: #C269B6;
}
</style>
border-color css
<style>
span { border-color: #C269B6; }
span { border-color: rgb(194,105,182); }
td.TdClassName
{
border-color: #C269B6;
}
.TagClassName
{
border-color: #C269B6;
}
</style>