Shades of Perfume #C199FC
Tints of Perfume #C199FC
RGB
CMYK
RGB Variations
Color information
#C199FC (or 0xC199FC) is known color: Perfume. HEX triplet: C1, 99 and FC. RGB value is (193,153,252). Sum of RGB (Red+Green+Blue) = 193+153+252=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C199FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C199FC is #3E6603. Grayscale: #AFAFAF. Windows color (decimal): -4089348 or 16554433. OLE color: 16554433.
HSL color Cylindrical-coordinate representation of color #C199FC: hue angle of 264.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C199FC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 153 | 252 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.01 |
| HSL | 264.24º | 0.94% | 0.79% | - |
| HSV(B) | 264.24º | 0.39% | 0.99% | - |
| XYZ | 50.95 | 41.15 | 97.35 | - |
| YUV | 176.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 252 | 0.23 | 0.39 | 0 | 0.01 | 264.24 | 0.94 | 0.79 |
| Hex | C1 | 99 | FC | 17 | 27 | 0 | 1 | 108 | 5E | 4F |
| Octal | 301 | 231 | 374 | 27 | 47 | 0 | 1 | 410 | 136 | 117 |
| Binary | 11000001 | 10011001 | 11111100 | 10111 | 100111 | 0 | 1 | 100001000 | 1011110 | 1001111 |
Color Harmonies of #C199FC
Complementary color
Monochromatic Colors of #C199FC
Black with #C199FC
Text Example
Text Example
White with #C199FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199FC; }
p { color: rgb(193,153,252); }
H1.HeaderClassName
{
color: #C199FC;
}
.AnyTagClassName
{
color: #C199FC;
}
</style>
background-color css
<style>
a { background-color: #C199FC; }
a { background-color: rgb(193,153,252); }
div.DivClassName
{
background-color: #C199FC;
}
.BgClassName
{
background-color: #C199FC;
}
</style>
border-color css
<style>
span { border-color: #C199FC; }
span { border-color: rgb(193,153,252); }
td.TdClassName
{
border-color: #C199FC;
}
.TagClassName
{
border-color: #C199FC;
}
</style>