Html Css Color HEX #C0197E Medium Violet Red

📋 copy color: '#C0197E'

red 192 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #C0197E

Tints of Medium Violet Red #C0197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 55.98%
G = 7.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0197E (or 0xC0197E) is known color: Medium Violet Red. HEX triplet: C0, 19 and 7E. RGB value is (192,25,126). Sum of RGB (Red+Green+Blue) = 192+25+126=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0197E is #3FE681. Grayscale: #565656. Windows color (decimal): -4187778 or 8264128. OLE color: 8264128.

HSL color Cylindrical-coordinate representation of color #C0197E: hue angle of 323.71º 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 #C0197E is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 126 -
CMYK 0 0.87 0.34 0.25
HSL 323.71º 0.77% 0.43% -
HSV(B) 323.71º 0.87% 0.75% -
XYZ 25.85 13.41 20.96 -
YUV 86.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 192 25 126 0 0.87 0.34 0.25 323.71 0.77 0.43
Hex C0 19 7E 0 57 22 19 144 4D 2B
Octal 300 31 176 0 127 42 31 504 115 53
Binary 11000000 11001 1111110 0 1010111 100010 11001 101000100 1001101 101011

Color Harmonies of #C0197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0197E

Black with #C0197E

Text Example


Text Example

White with #C0197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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