Html Css Color HEX #C2929D Viola

📋 copy color: '#C2929D'

red 194 ◦ green 146 ◦ blue 157

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

Shades of Viola #C2929D

Tints of Viola #C2929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

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

R = 39.03%
G = 29.38%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2929D (or 0xC2929D) is known color: Viola. HEX triplet: C2, 92 and 9D. RGB value is (194,146,157). Sum of RGB (Red+Green+Blue) = 194+146+157=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2929D is #3D6D62. Grayscale: #A1A1A1. Windows color (decimal): -4025699 or 10326722. OLE color: 10326722.

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

Color convert

RGB 194 146 157 -
CMYK 0 0.25 0.19 0.24
HSL 346.25º 0.28% 0.67% -
HSV(B) 346.25º 0.25% 0.76% -
XYZ 38.61 34.46 36.51 -
YUV 161.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 194 146 157 0 0.25 0.19 0.24 346.25 0.28 0.67
Hex C2 92 9D 0 19 13 18 15A 1C 43
Octal 302 222 235 0 31 23 30 532 34 103
Binary 11000010 10010010 10011101 0 11001 10011 11000 101011010 11100 1000011

Color Harmonies of #C2929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2929D

Black with #C2929D

Text Example


Text Example

White with #C2929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2929D; }

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

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

background-color css

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

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

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

border-color css

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

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

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