Html Css Color HEX #C12397 Medium Violet Red

📋 copy color: '#C12397'

red 193 ◦ green 35 ◦ blue 151

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

Shades of Medium Violet Red #C12397

Tints of Medium Violet Red #C12397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.23%

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

R = 50.92%
G = 9.23%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12397 (or 0xC12397) is known color: Medium Violet Red. HEX triplet: C1, 23 and 97. RGB value is (193,35,151). Sum of RGB (Red+Green+Blue) = 193+35+151=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12397 is #3EDC68. Grayscale: #5F5F5F. Windows color (decimal): -4119657 or 9905089. OLE color: 9905089.

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

Color convert

RGB 193 35 151 -
CMYK 0 0.82 0.22 0.24
HSL 315.95º 0.69% 0.45% -
HSV(B) 315.95º 0.82% 0.76% -
XYZ 28.18 14.77 30.64 -
YUV 95.47 159.35 197.57 -
System Red Green Blue C M Y K H S L
Decimal 193 35 151 0 0.82 0.22 0.24 315.95 0.69 0.45
Hex C1 23 97 0 52 16 18 13C 45 2D
Octal 301 43 227 0 122 26 30 474 105 55
Binary 11000001 100011 10010111 0 1010010 10110 11000 100111100 1000101 101101

Color Harmonies of #C12397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12397

Black with #C12397

Text Example


Text Example

White with #C12397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12397; }

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

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

background-color css

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

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

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

border-color css

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

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

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