Shades of Perfume #C191FB
Tints of Perfume #C191FB
RGB
CMYK
RGB Variations
Color information
#C191FB (or 0xC191FB) is known color: Perfume. HEX triplet: C1, 91 and FB. RGB value is (193,145,251). Sum of RGB (Red+Green+Blue) = 193+145+251=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #C191FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C191FB is #3E6E04. Grayscale: #ABABAB. Windows color (decimal): -4091397 or 16486849. OLE color: 16486849.
HSL color Cylindrical-coordinate representation of color #C191FB: hue angle of 267.17º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C191FB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 145 | 251 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 267.17º | 0.93% | 0.78% | - |
| HSV(B) | 267.17º | 0.42% | 0.98% | - |
| XYZ | 49.53 | 38.55 | 96.1 | - |
| YUV | 171.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 251 | 0.23 | 0.42 | 0 | 0.02 | 267.17 | 0.93 | 0.78 |
| Hex | C1 | 91 | FB | 17 | 2A | 0 | 2 | 10B | 5D | 4E |
| Octal | 301 | 221 | 373 | 27 | 52 | 0 | 2 | 413 | 135 | 116 |
| Binary | 11000001 | 10010001 | 11111011 | 10111 | 101010 | 0 | 10 | 100001011 | 1011101 | 1001110 |
Color Harmonies of #C191FB
Complementary color
Monochromatic Colors of #C191FB
Black with #C191FB
Text Example
Text Example
White with #C191FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191FB; }
p { color: rgb(193,145,251); }
H1.HeaderClassName
{
color: #C191FB;
}
.AnyTagClassName
{
color: #C191FB;
}
</style>
background-color css
<style>
a { background-color: #C191FB; }
a { background-color: rgb(193,145,251); }
div.DivClassName
{
background-color: #C191FB;
}
.BgClassName
{
background-color: #C191FB;
}
</style>
border-color css
<style>
span { border-color: #C191FB; }
span { border-color: rgb(193,145,251); }
td.TdClassName
{
border-color: #C191FB;
}
.TagClassName
{
border-color: #C191FB;
}
</style>