Html Css Color HEX #C0138C Medium Violet Red

📋 copy color: '#C0138C'

red 192 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #C0138C

Tints of Medium Violet Red #C0138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 54.7%
G = 5.41%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0138C (or 0xC0138C) is known color: Medium Violet Red. HEX triplet: C0, 13 and 8C. RGB value is (192,19,140). Sum of RGB (Red+Green+Blue) = 192+19+140=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0138C is #3FEC73. Grayscale: #545454. Windows color (decimal): -4189300 or 9180096. OLE color: 9180096.

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

Color convert

RGB 192 19 140 -
CMYK 0 0.90 0.27 0.25
HSL 318.03º 0.82% 0.41% -
HSV(B) 318.03º 0.9% 0.75% -
XYZ 26.7 13.57 26.02 -
YUV 84.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 192 19 140 0 0.90 0.27 0.25 318.03 0.82 0.41
Hex C0 13 8C 0 5A 1B 19 13E 52 29
Octal 300 23 214 0 132 33 31 476 122 51
Binary 11000000 10011 10001100 0 1011010 11011 11001 100111110 1010010 101001

Color Harmonies of #C0138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0138C

Black with #C0138C

Text Example


Text Example

White with #C0138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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