Html Css Color HEX #C4919E Viola

📋 copy color: '#C4919E'

red 196 ◦ green 145 ◦ blue 158

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

Shades of Viola #C4919E

Tints of Viola #C4919E

RGB

 RED value IS 196 (76.95% from 255) = 39.28%

 GREEN value IS 145 (57.03% from 255) = 29.06%

 BLUE value IS 158 (62.11% from 255) = 31.66%

R = 39.28%
G = 29.06%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4919E (or 0xC4919E) is known color: Viola. HEX triplet: C4, 91 and 9E. RGB value is (196,145,158). Sum of RGB (Red+Green+Blue) = 196+145+158=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919E is #3B6E61. Grayscale: #A1A1A1. Windows color (decimal): -3894882 or 10392004. OLE color: 10392004.

HSL color Cylindrical-coordinate representation of color #C4919E: hue angle of 344.71º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4919E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 158 -
CMYK 0 0.26 0.19 0.23
HSL 344.71º 0.3% 0.67% -
HSV(B) 344.71º 0.26% 0.77% -
XYZ 39.06 34.46 36.94 -
YUV 161.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 196 145 158 0 0.26 0.19 0.23 344.71 0.3 0.67
Hex C4 91 9E 0 1A 13 17 159 1E 43
Octal 304 221 236 0 32 23 27 531 36 103
Binary 11000100 10010001 10011110 0 11010 10011 10111 101011001 11110 1000011

Color Harmonies of #C4919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4919E

Black with #C4919E

Text Example


Text Example

White with #C4919E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4919E; }

 p { color: rgb(196,145,158); }

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

background-color css

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

 a { background-color: rgb(196,145,158); }

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

border-color css

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

 span { border-color: rgb(196,145,158); }

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