Shades of Perfume #C193F4
Tints of Perfume #C193F4
RGB
CMYK
RGB Variations
Color information
#C193F4 (or 0xC193F4) is known color: Perfume. HEX triplet: C1, 93 and F4. RGB value is (193,147,244). Sum of RGB (Red+Green+Blue) = 193+147+244=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #C193F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193F4 is #3E6C0B. Grayscale: #ABABAB. Windows color (decimal): -4090892 or 16028609. OLE color: 16028609.
HSL color Cylindrical-coordinate representation of color #C193F4: hue angle of 268.45º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C193F4 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 147 | 244 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.04 |
| HSL | 268.45º | 0.82% | 0.77% | - |
| HSV(B) | 268.45º | 0.4% | 0.96% | - |
| XYZ | 48.76 | 38.74 | 90.5 | - |
| YUV | 171.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 244 | 0.21 | 0.40 | 0 | 0.04 | 268.45 | 0.82 | 0.77 |
| Hex | C1 | 93 | F4 | 15 | 28 | 0 | 4 | 10C | 52 | 4D |
| Octal | 301 | 223 | 364 | 25 | 50 | 0 | 4 | 414 | 122 | 115 |
| Binary | 11000001 | 10010011 | 11110100 | 10101 | 101000 | 0 | 100 | 100001100 | 1010010 | 1001101 |
Color Harmonies of #C193F4
Complementary color
Monochromatic Colors of #C193F4
Black with #C193F4
Text Example
Text Example
White with #C193F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193F4; }
p { color: rgb(193,147,244); }
H1.HeaderClassName
{
color: #C193F4;
}
.AnyTagClassName
{
color: #C193F4;
}
</style>
background-color css
<style>
a { background-color: #C193F4; }
a { background-color: rgb(193,147,244); }
div.DivClassName
{
background-color: #C193F4;
}
.BgClassName
{
background-color: #C193F4;
}
</style>
border-color css
<style>
span { border-color: #C193F4; }
span { border-color: rgb(193,147,244); }
td.TdClassName
{
border-color: #C193F4;
}
.TagClassName
{
border-color: #C193F4;
}
</style>