Html Css Color HEX #C393A1 Viola

📋 copy color: '#C393A1'

red 195 ◦ green 147 ◦ blue 161

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

Shades of Viola #C393A1

Tints of Viola #C393A1

RGB

 RED value IS 195 (76.56% from 255) = 38.77%

 GREEN value IS 147 (57.81% from 255) = 29.22%

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 38.77%
G = 29.22%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C393A1 (or 0xC393A1) is known color: Viola. HEX triplet: C3, 93 and A1. RGB value is (195,147,161). Sum of RGB (Red+Green+Blue) = 195+147+161=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C393A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393A1 is #3C6C5E. Grayscale: #A2A2A2. Windows color (decimal): -3959903 or 10589123. OLE color: 10589123.

HSL color Cylindrical-coordinate representation of color #C393A1: hue angle of 342.5º degrees, saturation: 0.29, 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 #C393A1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 161 -
CMYK 0 0.25 0.17 0.24
HSL 342.5º 0.29% 0.67% -
HSV(B) 342.5º 0.25% 0.76% -
XYZ 39.37 35.04 38.41 -
YUV 162.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 195 147 161 0 0.25 0.17 0.24 342.5 0.29 0.67
Hex C3 93 A1 0 19 11 18 156 1D 43
Octal 303 223 241 0 31 21 30 526 35 103
Binary 11000011 10010011 10100001 0 11001 10001 11000 101010110 11101 1000011

Color Harmonies of #C393A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393A1

Black with #C393A1

Text Example


Text Example

White with #C393A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393A1; }

 p { color: rgb(195,147,161); }

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

background-color css

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

 a { background-color: rgb(195,147,161); }

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

border-color css

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

 span { border-color: rgb(195,147,161); }

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