Shades of Perfume #C199F8
Tints of Perfume #C199F8
RGB
CMYK
RGB Variations
Color information
#C199F8 (or 0xC199F8) is known color: Perfume. HEX triplet: C1, 99 and F8. RGB value is (193,153,248). Sum of RGB (Red+Green+Blue) = 193+153+248=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #C199F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C199F8 is #3E6607. Grayscale: #AFAFAF. Windows color (decimal): -4089352 or 16292289. OLE color: 16292289.
HSL color Cylindrical-coordinate representation of color #C199F8: hue angle of 265.26º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C199F8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 153 | 248 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.03 |
| HSL | 265.26º | 0.87% | 0.79% | - |
| HSV(B) | 265.26º | 0.38% | 0.97% | - |
| XYZ | 50.33 | 40.9 | 94.05 | - |
| YUV | 175.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 248 | 0.22 | 0.38 | 0 | 0.03 | 265.26 | 0.87 | 0.79 |
| Hex | C1 | 99 | F8 | 16 | 26 | 0 | 3 | 109 | 57 | 4F |
| Octal | 301 | 231 | 370 | 26 | 46 | 0 | 3 | 411 | 127 | 117 |
| Binary | 11000001 | 10011001 | 11111000 | 10110 | 100110 | 0 | 11 | 100001001 | 1010111 | 1001111 |
Color Harmonies of #C199F8
Complementary color
Monochromatic Colors of #C199F8
Black with #C199F8
Text Example
Text Example
White with #C199F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199F8; }
p { color: rgb(193,153,248); }
H1.HeaderClassName
{
color: #C199F8;
}
.AnyTagClassName
{
color: #C199F8;
}
</style>
background-color css
<style>
a { background-color: #C199F8; }
a { background-color: rgb(193,153,248); }
div.DivClassName
{
background-color: #C199F8;
}
.BgClassName
{
background-color: #C199F8;
}
</style>
border-color css
<style>
span { border-color: #C199F8; }
span { border-color: rgb(193,153,248); }
td.TdClassName
{
border-color: #C199F8;
}
.TagClassName
{
border-color: #C199F8;
}
</style>