Shades of Perfume #C094F2
Tints of Perfume #C094F2
RGB
CMYK
RGB Variations
Color information
#C094F2 (or 0xC094F2) is known color: Perfume. HEX triplet: C0, 94 and F2. RGB value is (192,148,242). Sum of RGB (Red+Green+Blue) = 192+148+242=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #C094F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094F2 is #3F6B0D. Grayscale: #ABABAB. Windows color (decimal): -4156174 or 15897792. OLE color: 15897792.
HSL color Cylindrical-coordinate representation of color #C094F2: hue angle of 268.09º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C094F2 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 148 | 242 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.05 |
| HSL | 268.09º | 0.78% | 0.76% | - |
| HSV(B) | 268.09º | 0.39% | 0.95% | - |
| XYZ | 48.36 | 38.8 | 88.94 | - |
| YUV | 171.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 242 | 0.21 | 0.39 | 0 | 0.05 | 268.09 | 0.78 | 0.76 |
| Hex | C0 | 94 | F2 | 15 | 27 | 0 | 5 | 10C | 4E | 4C |
| Octal | 300 | 224 | 362 | 25 | 47 | 0 | 5 | 414 | 116 | 114 |
| Binary | 11000000 | 10010100 | 11110010 | 10101 | 100111 | 0 | 101 | 100001100 | 1001110 | 1001100 |
Color Harmonies of #C094F2
Complementary color
Monochromatic Colors of #C094F2
Black with #C094F2
Text Example
Text Example
White with #C094F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094F2; }
p { color: rgb(192,148,242); }
H1.HeaderClassName
{
color: #C094F2;
}
.AnyTagClassName
{
color: #C094F2;
}
</style>
background-color css
<style>
a { background-color: #C094F2; }
a { background-color: rgb(192,148,242); }
div.DivClassName
{
background-color: #C094F2;
}
.BgClassName
{
background-color: #C094F2;
}
</style>
border-color css
<style>
span { border-color: #C094F2; }
span { border-color: rgb(192,148,242); }
td.TdClassName
{
border-color: #C094F2;
}
.TagClassName
{
border-color: #C094F2;
}
</style>