Html Css Color HEX #C0197A Medium Violet Red

📋 copy color: '#C0197A'

red 192 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #C0197A

Tints of Medium Violet Red #C0197A

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 56.64%
G = 7.37%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0197A (or 0xC0197A) is known color: Medium Violet Red. HEX triplet: C0, 19 and 7A. RGB value is (192,25,122). Sum of RGB (Red+Green+Blue) = 192+25+122=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0197A is #3FE685. Grayscale: #555555. Windows color (decimal): -4187782 or 8001984. OLE color: 8001984.

HSL color Cylindrical-coordinate representation of color #C0197A: hue angle of 325.15º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0197A is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 122 -
CMYK 0 0.87 0.36 0.25
HSL 325.15º 0.77% 0.43% -
HSV(B) 325.15º 0.87% 0.75% -
XYZ 25.6 13.31 19.63 -
YUV 85.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 192 25 122 0 0.87 0.36 0.25 325.15 0.77 0.43
Hex C0 19 7A 0 57 24 19 145 4D 2B
Octal 300 31 172 0 127 44 31 505 115 53
Binary 11000000 11001 1111010 0 1010111 100100 11001 101000101 1001101 101011

Color Harmonies of #C0197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0197A

Black with #C0197A

Text Example


Text Example

White with #C0197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0197A; }

 p { color: rgb(192,25,122); }

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

background-color css

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

 a { background-color: rgb(192,25,122); }

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

border-color css

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

 span { border-color: rgb(192,25,122); }

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