Html Css Color HEX #C2949E Viola

📋 copy color: '#C2949E'

red 194 ◦ green 148 ◦ blue 158

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

Shades of Viola #C2949E

Tints of Viola #C2949E

RGB

 RED value IS 194 (76.17% from 255) = 38.8%

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

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

R = 38.8%
G = 29.6%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2949E (or 0xC2949E) is known color: Viola. HEX triplet: C2, 94 and 9E. RGB value is (194,148,158). Sum of RGB (Red+Green+Blue) = 194+148+158=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2949E is #3D6B61. Grayscale: #A2A2A2. Windows color (decimal): -4025186 or 10392770. OLE color: 10392770.

HSL color Cylindrical-coordinate representation of color #C2949E: hue angle of 346.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2949E is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 158 -
CMYK 0 0.24 0.19 0.24
HSL 346.96º 0.27% 0.67% -
HSV(B) 346.96º 0.24% 0.76% -
XYZ 39.01 35.12 37.07 -
YUV 162.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 194 148 158 0 0.24 0.19 0.24 346.96 0.27 0.67
Hex C2 94 9E 0 18 13 18 15B 1B 43
Octal 302 224 236 0 30 23 30 533 33 103
Binary 11000010 10010100 10011110 0 11000 10011 11000 101011011 11011 1000011

Color Harmonies of #C2949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2949E

Black with #C2949E

Text Example


Text Example

White with #C2949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2949E; }

 p { color: rgb(194,148,158); }

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

background-color css

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

 a { background-color: rgb(194,148,158); }

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

border-color css

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

 span { border-color: rgb(194,148,158); }

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