Html Css Color HEX #C9949F Viola

📋 copy color: '#C9949F'

red 201 ◦ green 148 ◦ blue 159

#C9949F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C9949F

Tints of Viola #C9949F

RGB

 RED value IS 201 (78.91% from 255) = 39.57%

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 39.57%
G = 29.13%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C9949F (or 0xC9949F) is known color: Viola. HEX triplet: C9, 94 and 9F. RGB value is (201,148,159). Sum of RGB (Red+Green+Blue) = 201+148+159=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9949F is #366B60. Grayscale: #A5A5A5. Windows color (decimal): -3566433 or 10458313. OLE color: 10458313.

HSL color Cylindrical-coordinate representation of color #C9949F: hue angle of 347.55º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9949F is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 159 -
CMYK 0 0.26 0.21 0.21
HSL 347.55º 0.33% 0.68% -
HSV(B) 347.55º 0.26% 0.79% -
XYZ 40.94 36.1 37.61 -
YUV 165.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 201 148 159 0 0.26 0.21 0.21 347.55 0.33 0.68
Hex C9 94 9F 0 1A 15 15 15C 21 44
Octal 311 224 237 0 32 25 25 534 41 104
Binary 11001001 10010100 10011111 0 11010 10101 10101 101011100 100001 1000100

Color Harmonies of #C9949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9949F

Black with #C9949F

Text Example


Text Example

White with #C9949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9949F; }

 p { color: rgb(201,148,159); }

 H1.HeaderClassName
 {
   color: #C9949F;
 }
 .AnyTagClassName
 {
   color: #C9949F;
 }
</style>

background-color css

<style>
 a { background-color: #C9949F; }

 a { background-color: rgb(201,148,159); }

 div.DivClassName
 {
   background-color: #C9949F;
 }
 .BgClassName
 {
   background-color: #C9949F;
 }
</style>

border-color css

<style>
 span { border-color: #C9949F; }

 span { border-color: rgb(201,148,159); }

 td.TdClassName
 {
   border-color: #C9949F;
 }
 .TagClassName
 {
   border-color: #C9949F;
 }
</style>