Html Css Color HEX #C190A7 Viola

📋 copy color: '#C190A7'

red 193 ◦ green 144 ◦ blue 167

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

Shades of Viola #C190A7

Tints of Viola #C190A7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 38.29%
G = 28.57%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C190A7 (or 0xC190A7) is known color: Viola. HEX triplet: C1, 90 and A7. RGB value is (193,144,167). Sum of RGB (Red+Green+Blue) = 193+144+167=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C190A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C190A7 is #3E6F58. Grayscale: #A1A1A1. Windows color (decimal): -4091737 or 10981569. OLE color: 10981569.

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

Color convert

RGB 193 144 167 -
CMYK 0 0.25 0.13 0.24
HSL 331.84º 0.28% 0.66% -
HSV(B) 331.84º 0.25% 0.76% -
XYZ 38.94 34.07 41.08 -
YUV 161.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 193 144 167 0 0.25 0.13 0.24 331.84 0.28 0.66
Hex C1 90 A7 0 19 D 18 14C 1C 42
Octal 301 220 247 0 31 15 30 514 34 102
Binary 11000001 10010000 10100111 0 11001 1101 11000 101001100 11100 1000010

Color Harmonies of #C190A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190A7

Black with #C190A7

Text Example


Text Example

White with #C190A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190A7; }

 p { color: rgb(193,144,167); }

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

background-color css

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

 a { background-color: rgb(193,144,167); }

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

border-color css

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

 span { border-color: rgb(193,144,167); }

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