Html Css Color HEX #C183A0 Viola

📋 copy color: '#C183A0'

red 193 ◦ green 131 ◦ blue 160

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

Shades of Viola #C183A0

Tints of Viola #C183A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 39.88%
G = 27.07%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C183A0 (or 0xC183A0) is known color: Viola. HEX triplet: C1, 83 and A0. RGB value is (193,131,160). Sum of RGB (Red+Green+Blue) = 193+131+160=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C183A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183A0 is #3E7C5F. Grayscale: #989898. Windows color (decimal): -4095072 or 10519489. OLE color: 10519489.

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

Color convert

RGB 193 131 160 -
CMYK 0 0.32 0.17 0.24
HSL 331.94º 0.33% 0.64% -
HSV(B) 331.94º 0.32% 0.76% -
XYZ 36.45 30.11 37.15 -
YUV 152.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 193 131 160 0 0.32 0.17 0.24 331.94 0.33 0.64
Hex C1 83 A0 0 20 11 18 14C 21 40
Octal 301 203 240 0 40 21 30 514 41 100
Binary 11000001 10000011 10100000 0 100000 10001 11000 101001100 100001 1000000

Color Harmonies of #C183A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C183A0

Black with #C183A0

Text Example


Text Example

White with #C183A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C183A0; }

 p { color: rgb(193,131,160); }

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

background-color css

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

 a { background-color: rgb(193,131,160); }

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

border-color css

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

 span { border-color: rgb(193,131,160); }

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