Shades of Perfume #C191FC
Tints of Perfume #C191FC
RGB
CMYK
RGB Variations
Color information
#C191FC (or 0xC191FC) is known color: Perfume. HEX triplet: C1, 91 and FC. RGB value is (193,145,252). Sum of RGB (Red+Green+Blue) = 193+145+252=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #C191FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C191FC is #3E6E03. Grayscale: #ABABAB. Windows color (decimal): -4091396 or 16552385. OLE color: 16552385.
HSL color Cylindrical-coordinate representation of color #C191FC: hue angle of 266.92º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C191FC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 145 | 252 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.01 |
| HSL | 266.92º | 0.95% | 0.78% | - |
| HSV(B) | 266.92º | 0.42% | 0.99% | - |
| XYZ | 49.69 | 38.62 | 96.93 | - |
| YUV | 171.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 252 | 0.23 | 0.42 | 0 | 0.01 | 266.92 | 0.95 | 0.78 |
| Hex | C1 | 91 | FC | 17 | 2A | 0 | 1 | 10B | 5F | 4E |
| Octal | 301 | 221 | 374 | 27 | 52 | 0 | 1 | 413 | 137 | 116 |
| Binary | 11000001 | 10010001 | 11111100 | 10111 | 101010 | 0 | 1 | 100001011 | 1011111 | 1001110 |
Color Harmonies of #C191FC
Complementary color
Monochromatic Colors of #C191FC
Black with #C191FC
Text Example
Text Example
White with #C191FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191FC; }
p { color: rgb(193,145,252); }
H1.HeaderClassName
{
color: #C191FC;
}
.AnyTagClassName
{
color: #C191FC;
}
</style>
background-color css
<style>
a { background-color: #C191FC; }
a { background-color: rgb(193,145,252); }
div.DivClassName
{
background-color: #C191FC;
}
.BgClassName
{
background-color: #C191FC;
}
</style>
border-color css
<style>
span { border-color: #C191FC; }
span { border-color: rgb(193,145,252); }
td.TdClassName
{
border-color: #C191FC;
}
.TagClassName
{
border-color: #C191FC;
}
</style>