Html Css Color HEX #C12997 Medium Red Violet

📋 copy color: '#C12997'

red 193 ◦ green 41 ◦ blue 151

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

Shades of Medium Red Violet #C12997

Tints of Medium Red Violet #C12997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

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

R = 50.13%
G = 10.65%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C12997 (or 0xC12997) is known color: Medium Red Violet. HEX triplet: C1, 29 and 97. RGB value is (193,41,151). Sum of RGB (Red+Green+Blue) = 193+41+151=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C12997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12997 is #3ED668. Grayscale: #626262. Windows color (decimal): -4118121 or 9906625. OLE color: 9906625.

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

Color convert

RGB 193 41 151 -
CMYK 0 0.79 0.22 0.24
HSL 316.58º 0.65% 0.46% -
HSV(B) 316.58º 0.79% 0.76% -
XYZ 28.37 15.16 30.71 -
YUV 98.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 193 41 151 0 0.79 0.22 0.24 316.58 0.65 0.46
Hex C1 29 97 0 4F 16 18 13D 41 2E
Octal 301 51 227 0 117 26 30 475 101 56
Binary 11000001 101001 10010111 0 1001111 10110 11000 100111101 1000001 101110

Color Harmonies of #C12997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12997

Black with #C12997

Text Example


Text Example

White with #C12997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12997; }

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

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

background-color css

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

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

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

border-color css

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

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

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