Shades of Perfume #C199FB
Tints of Perfume #C199FB
RGB
CMYK
RGB Variations
Color information
#C199FB (or 0xC199FB) is known color: Perfume. HEX triplet: C1, 99 and FB. RGB value is (193,153,251). Sum of RGB (Red+Green+Blue) = 193+153+251=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C199FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C199FB is #3E6604. Grayscale: #AFAFAF. Windows color (decimal): -4089349 or 16488897. OLE color: 16488897.
HSL color Cylindrical-coordinate representation of color #C199FB: hue angle of 264.49º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C199FB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 153 | 251 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.02 |
| HSL | 264.49º | 0.92% | 0.79% | - |
| HSV(B) | 264.49º | 0.39% | 0.98% | - |
| XYZ | 50.8 | 41.08 | 96.52 | - |
| YUV | 176.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 251 | 0.23 | 0.39 | 0 | 0.02 | 264.49 | 0.92 | 0.79 |
| Hex | C1 | 99 | FB | 17 | 27 | 0 | 2 | 108 | 5C | 4F |
| Octal | 301 | 231 | 373 | 27 | 47 | 0 | 2 | 410 | 134 | 117 |
| Binary | 11000001 | 10011001 | 11111011 | 10111 | 100111 | 0 | 10 | 100001000 | 1011100 | 1001111 |
Color Harmonies of #C199FB
Complementary color
Monochromatic Colors of #C199FB
Black with #C199FB
Text Example
Text Example
White with #C199FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199FB; }
p { color: rgb(193,153,251); }
H1.HeaderClassName
{
color: #C199FB;
}
.AnyTagClassName
{
color: #C199FB;
}
</style>
background-color css
<style>
a { background-color: #C199FB; }
a { background-color: rgb(193,153,251); }
div.DivClassName
{
background-color: #C199FB;
}
.BgClassName
{
background-color: #C199FB;
}
</style>
border-color css
<style>
span { border-color: #C199FB; }
span { border-color: rgb(193,153,251); }
td.TdClassName
{
border-color: #C199FB;
}
.TagClassName
{
border-color: #C199FB;
}
</style>