Shades of Perfume #C094F9
Tints of Perfume #C094F9
RGB
CMYK
RGB Variations
Color information
#C094F9 (or 0xC094F9) is known color: Perfume. HEX triplet: C0, 94 and F9. RGB value is (192,148,249). Sum of RGB (Red+Green+Blue) = 192+148+249=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #C094F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094F9 is #3F6B06. Grayscale: #ACACAC. Windows color (decimal): -4156167 or 16356544. OLE color: 16356544.
HSL color Cylindrical-coordinate representation of color #C094F9: hue angle of 266.14º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C094F9 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 148 | 249 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.02 |
| HSL | 266.14º | 0.89% | 0.78% | - |
| HSV(B) | 266.14º | 0.41% | 0.98% | - |
| XYZ | 49.43 | 39.23 | 94.59 | - |
| YUV | 172.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 249 | 0.23 | 0.41 | 0 | 0.02 | 266.14 | 0.89 | 0.78 |
| Hex | C0 | 94 | F9 | 17 | 29 | 0 | 2 | 10A | 59 | 4E |
| Octal | 300 | 224 | 371 | 27 | 51 | 0 | 2 | 412 | 131 | 116 |
| Binary | 11000000 | 10010100 | 11111001 | 10111 | 101001 | 0 | 10 | 100001010 | 1011001 | 1001110 |
Color Harmonies of #C094F9
Complementary color
Monochromatic Colors of #C094F9
Black with #C094F9
Text Example
Text Example
White with #C094F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094F9; }
p { color: rgb(192,148,249); }
H1.HeaderClassName
{
color: #C094F9;
}
.AnyTagClassName
{
color: #C094F9;
}
</style>
background-color css
<style>
a { background-color: #C094F9; }
a { background-color: rgb(192,148,249); }
div.DivClassName
{
background-color: #C094F9;
}
.BgClassName
{
background-color: #C094F9;
}
</style>
border-color css
<style>
span { border-color: #C094F9; }
span { border-color: rgb(192,148,249); }
td.TdClassName
{
border-color: #C094F9;
}
.TagClassName
{
border-color: #C094F9;
}
</style>