Shades of Perfume #C194FC
Tints of Perfume #C194FC
RGB
CMYK
RGB Variations
Color information
#C194FC (or 0xC194FC) is known color: Perfume. HEX triplet: C1, 94 and FC. RGB value is (193,148,252). Sum of RGB (Red+Green+Blue) = 193+148+252=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #C194FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194FC is #3E6B03. Grayscale: #ACACAC. Windows color (decimal): -4090628 or 16553153. OLE color: 16553153.
HSL color Cylindrical-coordinate representation of color #C194FC: hue angle of 265.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C194FC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 148 | 252 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.01 |
| HSL | 265.96º | 0.95% | 0.78% | - |
| HSV(B) | 265.96º | 0.41% | 0.99% | - |
| XYZ | 50.15 | 39.55 | 97.09 | - |
| YUV | 173.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 252 | 0.23 | 0.41 | 0 | 0.01 | 265.96 | 0.95 | 0.78 |
| Hex | C1 | 94 | FC | 17 | 29 | 0 | 1 | 10A | 5F | 4E |
| Octal | 301 | 224 | 374 | 27 | 51 | 0 | 1 | 412 | 137 | 116 |
| Binary | 11000001 | 10010100 | 11111100 | 10111 | 101001 | 0 | 1 | 100001010 | 1011111 | 1001110 |
Color Harmonies of #C194FC
Complementary color
Monochromatic Colors of #C194FC
Black with #C194FC
Text Example
Text Example
White with #C194FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194FC; }
p { color: rgb(193,148,252); }
H1.HeaderClassName
{
color: #C194FC;
}
.AnyTagClassName
{
color: #C194FC;
}
</style>
background-color css
<style>
a { background-color: #C194FC; }
a { background-color: rgb(193,148,252); }
div.DivClassName
{
background-color: #C194FC;
}
.BgClassName
{
background-color: #C194FC;
}
</style>
border-color css
<style>
span { border-color: #C194FC; }
span { border-color: rgb(193,148,252); }
td.TdClassName
{
border-color: #C194FC;
}
.TagClassName
{
border-color: #C194FC;
}
</style>