Html Css Color HEX #C2959F Viola

📋 copy color: '#C2959F'

red 194 ◦ green 149 ◦ blue 159

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

Shades of Viola #C2959F

Tints of Viola #C2959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 38.65%
G = 29.68%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2959F (or 0xC2959F) is known color: Viola. HEX triplet: C2, 95 and 9F. RGB value is (194,149,159). Sum of RGB (Red+Green+Blue) = 194+149+159=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959F is #3D6A60. Grayscale: #A3A3A3. Windows color (decimal): -4024929 or 10458562. OLE color: 10458562.

HSL color Cylindrical-coordinate representation of color #C2959F: hue angle of 346.67º 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 #C2959F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 159 -
CMYK 0 0.23 0.18 0.24
HSL 346.67º 0.27% 0.67% -
HSV(B) 346.67º 0.23% 0.76% -
XYZ 39.25 35.47 37.58 -
YUV 163.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 194 149 159 0 0.23 0.18 0.24 346.67 0.27 0.67
Hex C2 95 9F 0 17 12 18 15B 1B 43
Octal 302 225 237 0 27 22 30 533 33 103
Binary 11000010 10010101 10011111 0 10111 10010 11000 101011011 11011 1000011

Color Harmonies of #C2959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2959F

Black with #C2959F

Text Example


Text Example

White with #C2959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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