Html Css Color HEX #C1829F Viola

📋 copy color: '#C1829F'

red 193 ◦ green 130 ◦ blue 159

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

Shades of Viola #C1829F

Tints of Viola #C1829F

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 40.04%
G = 26.97%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1829F (or 0xC1829F) is known color: Viola. HEX triplet: C1, 82 and 9F. RGB value is (193,130,159). Sum of RGB (Red+Green+Blue) = 193+130+159=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1829F is #3E7D60. Grayscale: #989898. Windows color (decimal): -4095329 or 10453697. OLE color: 10453697.

HSL color Cylindrical-coordinate representation of color #C1829F: hue angle of 332.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1829F is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 159 -
CMYK 0 0.33 0.18 0.24
HSL 332.38º 0.34% 0.63% -
HSV(B) 332.38º 0.33% 0.76% -
XYZ 36.23 29.81 36.64 -
YUV 152.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 193 130 159 0 0.33 0.18 0.24 332.38 0.34 0.63
Hex C1 82 9F 0 21 12 18 14C 22 3F
Octal 301 202 237 0 41 22 30 514 42 77
Binary 11000001 10000010 10011111 0 100001 10010 11000 101001100 100010 111111

Color Harmonies of #C1829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1829F

Black with #C1829F

Text Example


Text Example

White with #C1829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1829F; }

 p { color: rgb(193,130,159); }

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

background-color css

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

 a { background-color: rgb(193,130,159); }

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

border-color css

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

 span { border-color: rgb(193,130,159); }

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