Html Css Color HEX #C6919E Viola

📋 copy color: '#C6919E'

red 198 ◦ green 145 ◦ blue 158

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

Shades of Viola #C6919E

Tints of Viola #C6919E

RGB

 RED value IS 198 (77.73% from 255) = 39.52%

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

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

R = 39.52%
G = 28.94%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6919E (or 0xC6919E) is known color: Viola. HEX triplet: C6, 91 and 9E. RGB value is (198,145,158). Sum of RGB (Red+Green+Blue) = 198+145+158=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6919E is #396E61. Grayscale: #A2A2A2. Windows color (decimal): -3763810 or 10392006. OLE color: 10392006.

HSL color Cylindrical-coordinate representation of color #C6919E: hue angle of 345.28º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6919E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 158 -
CMYK 0 0.27 0.20 0.22
HSL 345.28º 0.32% 0.67% -
HSV(B) 345.28º 0.27% 0.78% -
XYZ 39.59 34.73 36.96 -
YUV 162.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 198 145 158 0 0.27 0.20 0.22 345.28 0.32 0.67
Hex C6 91 9E 0 1B 14 16 159 20 43
Octal 306 221 236 0 33 24 26 531 40 103
Binary 11000110 10010001 10011110 0 11011 10100 10110 101011001 100000 1000011

Color Harmonies of #C6919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6919E

Black with #C6919E

Text Example


Text Example

White with #C6919E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6919E; }

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

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

background-color css

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

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

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

border-color css

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

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

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