Shades of Perfume #C192FF
Tints of Perfume #C192FF
RGB
CMYK
RGB Variations
Color information
#C192FF (or 0xC192FF) is known color: Perfume. HEX triplet: C1, 92 and FF. RGB value is (193,146,255). Sum of RGB (Red+Green+Blue) = 193+146+255=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C192FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192FF is #3E6D00. Grayscale: #ACACAC. Windows color (decimal): -4091137 or 16749249. OLE color: 16749249.
HSL color Cylindrical-coordinate representation of color #C192FF: hue angle of 265.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C192FF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 146 | 255 | - |
| CMYK | 0.24 | 0.43 | 0 | 0 |
| HSL | 265.87º | 1% | 0.79% | - |
| HSV(B) | 265.87º | 0.43% | 1% | - |
| XYZ | 50.32 | 39.12 | 99.51 | - |
| YUV | 172.48 | 174.57 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 255 | 0.24 | 0.43 | 0 | 0 | 265.87 | 1 | 0.79 |
| Hex | C1 | 92 | FF | 18 | 2B | 0 | 0 | 10A | 64 | 4F |
| Octal | 301 | 222 | 377 | 30 | 53 | 0 | 0 | 412 | 144 | 117 |
| Binary | 11000001 | 10010010 | 11111111 | 11000 | 101011 | 0 | 0 | 100001010 | 1100100 | 1001111 |
Color Harmonies of #C192FF
Complementary color
Monochromatic Colors of #C192FF
Black with #C192FF
Text Example
Text Example
White with #C192FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192FF; }
p { color: rgb(193,146,255); }
H1.HeaderClassName
{
color: #C192FF;
}
.AnyTagClassName
{
color: #C192FF;
}
</style>
background-color css
<style>
a { background-color: #C192FF; }
a { background-color: rgb(193,146,255); }
div.DivClassName
{
background-color: #C192FF;
}
.BgClassName
{
background-color: #C192FF;
}
</style>
border-color css
<style>
span { border-color: #C192FF; }
span { border-color: rgb(193,146,255); }
td.TdClassName
{
border-color: #C192FF;
}
.TagClassName
{
border-color: #C192FF;
}
</style>