Html Css Color HEX #C0136A Medium Violet Red

📋 copy color: '#C0136A'

red 192 ◦ green 19 ◦ blue 106

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

Shades of Medium Violet Red #C0136A

Tints of Medium Violet Red #C0136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.99%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 60.57%
G = 5.99%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0136A (or 0xC0136A) is known color: Medium Violet Red. HEX triplet: C0, 13 and 6A. RGB value is (192,19,106). Sum of RGB (Red+Green+Blue) = 192+19+106=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0136A is #3FEC95. Grayscale: #505050. Windows color (decimal): -4189334 or 6951872. OLE color: 6951872.

HSL color Cylindrical-coordinate representation of color #C0136A: hue angle of 329.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0136A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 106 -
CMYK 0 0.90 0.45 0.25
HSL 329.83º 0.82% 0.41% -
HSV(B) 329.83º 0.9% 0.75% -
XYZ 24.57 12.71 14.79 -
YUV 80.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 192 19 106 0 0.90 0.45 0.25 329.83 0.82 0.41
Hex C0 13 6A 0 5A 2D 19 14A 52 29
Octal 300 23 152 0 132 55 31 512 122 51
Binary 11000000 10011 1101010 0 1011010 101101 11001 101001010 1010010 101001

Color Harmonies of #C0136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0136A

Black with #C0136A

Text Example


Text Example

White with #C0136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0136A; }

 p { color: rgb(192,19,106); }

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

background-color css

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

 a { background-color: rgb(192,19,106); }

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

border-color css

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

 span { border-color: rgb(192,19,106); }

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