Shades of Perfume #C19CF4
Tints of Perfume #C19CF4
RGB
CMYK
RGB Variations
Color information
#C19CF4 (or 0xC19CF4) is known color: Perfume. HEX triplet: C1, 9C and F4. RGB value is (193,156,244). Sum of RGB (Red+Green+Blue) = 193+156+244=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #C19CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19CF4 is #3E630B. Grayscale: #B0B0B0. Windows color (decimal): -4088588 or 16030913. OLE color: 16030913.
HSL color Cylindrical-coordinate representation of color #C19CF4: hue angle of 265.23º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C19CF4 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 156 | 244 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.04 |
| HSL | 265.23º | 0.8% | 0.78% | - |
| HSV(B) | 265.23º | 0.36% | 0.96% | - |
| XYZ | 50.21 | 41.65 | 90.98 | - |
| YUV | 177.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 244 | 0.21 | 0.36 | 0 | 0.04 | 265.23 | 0.8 | 0.78 |
| Hex | C1 | 9C | F4 | 15 | 24 | 0 | 4 | 109 | 50 | 4E |
| Octal | 301 | 234 | 364 | 25 | 44 | 0 | 4 | 411 | 120 | 116 |
| Binary | 11000001 | 10011100 | 11110100 | 10101 | 100100 | 0 | 100 | 100001001 | 1010000 | 1001110 |
Color Harmonies of #C19CF4
Complementary color
Monochromatic Colors of #C19CF4
Black with #C19CF4
Text Example
Text Example
White with #C19CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CF4; }
p { color: rgb(193,156,244); }
H1.HeaderClassName
{
color: #C19CF4;
}
.AnyTagClassName
{
color: #C19CF4;
}
</style>
background-color css
<style>
a { background-color: #C19CF4; }
a { background-color: rgb(193,156,244); }
div.DivClassName
{
background-color: #C19CF4;
}
.BgClassName
{
background-color: #C19CF4;
}
</style>
border-color css
<style>
span { border-color: #C19CF4; }
span { border-color: rgb(193,156,244); }
td.TdClassName
{
border-color: #C19CF4;
}
.TagClassName
{
border-color: #C19CF4;
}
</style>