Html Css Color HEX #C0136B Medium Violet Red

📋 copy color: '#C0136B'

red 192 ◦ green 19 ◦ blue 107

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

Shades of Medium Violet Red #C0136B

Tints of Medium Violet Red #C0136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 60.38%
G = 5.97%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0136B (or 0xC0136B) is known color: Medium Violet Red. HEX triplet: C0, 13 and 6B. RGB value is (192,19,107). Sum of RGB (Red+Green+Blue) = 192+19+107=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0136B is #3FEC94. Grayscale: #505050. Windows color (decimal): -4189333 or 7017408. OLE color: 7017408.

HSL color Cylindrical-coordinate representation of color #C0136B: hue angle of 329.48º 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 #C0136B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 107 -
CMYK 0 0.90 0.44 0.25
HSL 329.48º 0.82% 0.41% -
HSV(B) 329.48º 0.9% 0.75% -
XYZ 24.62 12.73 15.07 -
YUV 80.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 192 19 107 0 0.90 0.44 0.25 329.48 0.82 0.41
Hex C0 13 6B 0 5A 2C 19 149 52 29
Octal 300 23 153 0 132 54 31 511 122 51
Binary 11000000 10011 1101011 0 1011010 101100 11001 101001001 1010010 101001

Color Harmonies of #C0136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0136B

Black with #C0136B

Text Example


Text Example

White with #C0136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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