Html Css Color HEX #C2959D Viola

📋 copy color: '#C2959D'

red 194 ◦ green 149 ◦ blue 157

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

Shades of Viola #C2959D

Tints of Viola #C2959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

 BLUE value IS 157 (61.72% from 255) = 31.4%

R = 38.8%
G = 29.8%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2959D (or 0xC2959D) is known color: Viola. HEX triplet: C2, 95 and 9D. RGB value is (194,149,157). Sum of RGB (Red+Green+Blue) = 194+149+157=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959D is #3D6A62. Grayscale: #A3A3A3. Windows color (decimal): -4024931 or 10327490. OLE color: 10327490.

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

Color convert

RGB 194 149 157 -
CMYK 0 0.23 0.19 0.24
HSL 349.33º 0.27% 0.67% -
HSV(B) 349.33º 0.23% 0.76% -
XYZ 39.08 35.4 36.67 -
YUV 163.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 194 149 157 0 0.23 0.19 0.24 349.33 0.27 0.67
Hex C2 95 9D 0 17 13 18 15D 1B 43
Octal 302 225 235 0 27 23 30 535 33 103
Binary 11000010 10010101 10011101 0 10111 10011 11000 101011101 11011 1000011

Color Harmonies of #C2959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2959D

Black with #C2959D

Text Example


Text Example

White with #C2959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2959D; }

 p { color: rgb(194,149,157); }

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

background-color css

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

 a { background-color: rgb(194,149,157); }

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

border-color css

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

 span { border-color: rgb(194,149,157); }

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