Shades of Perfume #C192F7
Tints of Perfume #C192F7
RGB
CMYK
RGB Variations
Color information
#C192F7 (or 0xC192F7) is known color: Perfume. HEX triplet: C1, 92 and F7. RGB value is (193,146,247). Sum of RGB (Red+Green+Blue) = 193+146+247=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #C192F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192F7 is #3E6D08. Grayscale: #ABABAB. Windows color (decimal): -4091145 or 16224961. OLE color: 16224961.
HSL color Cylindrical-coordinate representation of color #C192F7: hue angle of 267.92º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C192F7 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 146 | 247 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.03 |
| HSL | 267.92º | 0.86% | 0.77% | - |
| HSV(B) | 267.92º | 0.41% | 0.97% | - |
| XYZ | 49.06 | 38.61 | 92.86 | - |
| YUV | 171.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 247 | 0.22 | 0.41 | 0 | 0.03 | 267.92 | 0.86 | 0.77 |
| Hex | C1 | 92 | F7 | 16 | 29 | 0 | 3 | 10C | 56 | 4D |
| Octal | 301 | 222 | 367 | 26 | 51 | 0 | 3 | 414 | 126 | 115 |
| Binary | 11000001 | 10010010 | 11110111 | 10110 | 101001 | 0 | 11 | 100001100 | 1010110 | 1001101 |
Color Harmonies of #C192F7
Complementary color
Monochromatic Colors of #C192F7
Black with #C192F7
Text Example
Text Example
White with #C192F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192F7; }
p { color: rgb(193,146,247); }
H1.HeaderClassName
{
color: #C192F7;
}
.AnyTagClassName
{
color: #C192F7;
}
</style>
background-color css
<style>
a { background-color: #C192F7; }
a { background-color: rgb(193,146,247); }
div.DivClassName
{
background-color: #C192F7;
}
.BgClassName
{
background-color: #C192F7;
}
</style>
border-color css
<style>
span { border-color: #C192F7; }
span { border-color: rgb(193,146,247); }
td.TdClassName
{
border-color: #C192F7;
}
.TagClassName
{
border-color: #C192F7;
}
</style>