Html Css Color HEX #C984A9 Viola

📋 copy color: '#C984A9'

red 201 ◦ green 132 ◦ blue 169

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

Shades of Viola #C984A9

Tints of Viola #C984A9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 40.04%
G = 26.29%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C984A9 (or 0xC984A9) is known color: Viola. HEX triplet: C9, 84 and A9. RGB value is (201,132,169). Sum of RGB (Red+Green+Blue) = 201+132+169=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C984A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C984A9 is #367B56. Grayscale: #9C9C9C. Windows color (decimal): -3570519 or 11109577. OLE color: 11109577.

HSL color Cylindrical-coordinate representation of color #C984A9: hue angle of 327.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984A9 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 169 -
CMYK 0 0.34 0.16 0.21
HSL 327.83º 0.39% 0.65% -
HSV(B) 327.83º 0.34% 0.79% -
XYZ 39.5 31.78 41.59 -
YUV 156.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 201 132 169 0 0.34 0.16 0.21 327.83 0.39 0.65
Hex C9 84 A9 0 22 10 15 148 27 41
Octal 311 204 251 0 42 20 25 510 47 101
Binary 11001001 10000100 10101001 0 100010 10000 10101 101001000 100111 1000001

Color Harmonies of #C984A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984A9

Black with #C984A9

Text Example


Text Example

White with #C984A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984A9; }

 p { color: rgb(201,132,169); }

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

background-color css

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

 a { background-color: rgb(201,132,169); }

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

border-color css

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

 span { border-color: rgb(201,132,169); }

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