Shades of Perfume #C192FA
Tints of Perfume #C192FA
RGB
CMYK
RGB Variations
Color information
#C192FA (or 0xC192FA) is known color: Perfume. HEX triplet: C1, 92 and FA. RGB value is (193,146,250). Sum of RGB (Red+Green+Blue) = 193+146+250=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C192FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192FA is #3E6D05. Grayscale: #ABABAB. Windows color (decimal): -4091142 or 16421569. OLE color: 16421569.
HSL color Cylindrical-coordinate representation of color #C192FA: hue angle of 267.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C192FA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 146 | 250 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 267.12º | 0.91% | 0.78% | - |
| HSV(B) | 267.12º | 0.42% | 0.98% | - |
| XYZ | 49.53 | 38.8 | 95.32 | - |
| YUV | 171.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 250 | 0.23 | 0.42 | 0 | 0.02 | 267.12 | 0.91 | 0.78 |
| Hex | C1 | 92 | FA | 17 | 2A | 0 | 2 | 10B | 5B | 4E |
| Octal | 301 | 222 | 372 | 27 | 52 | 0 | 2 | 413 | 133 | 116 |
| Binary | 11000001 | 10010010 | 11111010 | 10111 | 101010 | 0 | 10 | 100001011 | 1011011 | 1001110 |
Color Harmonies of #C192FA
Complementary color
Monochromatic Colors of #C192FA
Black with #C192FA
Text Example
Text Example
White with #C192FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192FA; }
p { color: rgb(193,146,250); }
H1.HeaderClassName
{
color: #C192FA;
}
.AnyTagClassName
{
color: #C192FA;
}
</style>
background-color css
<style>
a { background-color: #C192FA; }
a { background-color: rgb(193,146,250); }
div.DivClassName
{
background-color: #C192FA;
}
.BgClassName
{
background-color: #C192FA;
}
</style>
border-color css
<style>
span { border-color: #C192FA; }
span { border-color: rgb(193,146,250); }
td.TdClassName
{
border-color: #C192FA;
}
.TagClassName
{
border-color: #C192FA;
}
</style>