Html Css Color HEX #C193A4 Viola

📋 copy color: '#C193A4'

red 193 ◦ green 147 ◦ blue 164

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

Shades of Viola #C193A4

Tints of Viola #C193A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.54%

R = 38.29%
G = 29.17%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C193A4 (or 0xC193A4) is known color: Viola. HEX triplet: C1, 93 and A4. RGB value is (193,147,164). Sum of RGB (Red+Green+Blue) = 193+147+164=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C193A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193A4 is #3E6C5B. Grayscale: #A2A2A2. Windows color (decimal): -4090972 or 10785729. OLE color: 10785729.

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

Color convert

RGB 193 147 164 -
CMYK 0 0.24 0.15 0.24
HSL 337.83º 0.27% 0.67% -
HSV(B) 337.83º 0.24% 0.76% -
XYZ 39.13 34.89 39.79 -
YUV 162.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 193 147 164 0 0.24 0.15 0.24 337.83 0.27 0.67
Hex C1 93 A4 0 18 F 18 152 1B 43
Octal 301 223 244 0 30 17 30 522 33 103
Binary 11000001 10010011 10100100 0 11000 1111 11000 101010010 11011 1000011

Color Harmonies of #C193A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193A4

Black with #C193A4

Text Example


Text Example

White with #C193A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193A4; }

 p { color: rgb(193,147,164); }

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

background-color css

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

 a { background-color: rgb(193,147,164); }

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

border-color css

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

 span { border-color: rgb(193,147,164); }

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