Html Css Color HEX #C12089 Medium Violet Red

📋 copy color: '#C12089'

red 193 ◦ green 32 ◦ blue 137

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

Shades of Medium Violet Red #C12089

Tints of Medium Violet Red #C12089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 53.31%
G = 8.84%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C12089 (or 0xC12089) is known color: Medium Violet Red. HEX triplet: C1, 20 and 89. RGB value is (193,32,137). Sum of RGB (Red+Green+Blue) = 193+32+137=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C12089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12089 is #3EDF76. Grayscale: #5B5B5B. Windows color (decimal): -4120439 or 8986817. OLE color: 8986817.

HSL color Cylindrical-coordinate representation of color #C12089: hue angle of 320.87º degrees, saturation: 0.72, 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 #C12089 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 137 -
CMYK 0 0.83 0.29 0.24
HSL 320.87º 0.72% 0.44% -
HSV(B) 320.87º 0.83% 0.76% -
XYZ 27.02 14.18 24.98 -
YUV 92.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 193 32 137 0 0.83 0.29 0.24 320.87 0.72 0.44
Hex C1 20 89 0 53 1D 18 141 48 2C
Octal 301 40 211 0 123 35 30 501 110 54
Binary 11000001 100000 10001001 0 1010011 11101 11000 101000001 1001000 101100

Color Harmonies of #C12089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12089

Black with #C12089

Text Example


Text Example

White with #C12089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12089; }

 p { color: rgb(193,32,137); }

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

background-color css

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

 a { background-color: rgb(193,32,137); }

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

border-color css

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

 span { border-color: rgb(193,32,137); }

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