Html Css Color HEX #C12197 Medium Violet Red

📋 copy color: '#C12197'

red 193 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #C12197

Tints of Medium Violet Red #C12197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 51.19%
G = 8.75%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12197 (or 0xC12197) is known color: Medium Violet Red. HEX triplet: C1, 21 and 97. RGB value is (193,33,151). Sum of RGB (Red+Green+Blue) = 193+33+151=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C12197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12197 is #3EDE68. Grayscale: #5D5D5D. Windows color (decimal): -4120169 or 9904577. OLE color: 9904577.

HSL color Cylindrical-coordinate representation of color #C12197: hue angle of 315.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12197 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 151 -
CMYK 0 0.83 0.22 0.24
HSL 315.75º 0.71% 0.44% -
HSV(B) 315.75º 0.83% 0.76% -
XYZ 28.12 14.66 30.63 -
YUV 94.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 193 33 151 0 0.83 0.22 0.24 315.75 0.71 0.44
Hex C1 21 97 0 53 16 18 13C 47 2C
Octal 301 41 227 0 123 26 30 474 107 54
Binary 11000001 100001 10010111 0 1010011 10110 11000 100111100 1000111 101100

Color Harmonies of #C12197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12197

Black with #C12197

Text Example


Text Example

White with #C12197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12197; }

 p { color: rgb(193,33,151); }

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

background-color css

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

 a { background-color: rgb(193,33,151); }

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

border-color css

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

 span { border-color: rgb(193,33,151); }

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