Html Css Color HEX #C0138B Medium Violet Red

📋 copy color: '#C0138B'

red 192 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #C0138B

Tints of Medium Violet Red #C0138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 54.86%
G = 5.43%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0138B (or 0xC0138B) is known color: Medium Violet Red. HEX triplet: C0, 13 and 8B. RGB value is (192,19,139). Sum of RGB (Red+Green+Blue) = 192+19+139=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0138B is #3FEC74. Grayscale: #545454. Windows color (decimal): -4189301 or 9114560. OLE color: 9114560.

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

Color convert

RGB 192 19 139 -
CMYK 0 0.90 0.28 0.25
HSL 318.38º 0.82% 0.41% -
HSV(B) 318.38º 0.9% 0.75% -
XYZ 26.63 13.54 25.64 -
YUV 84.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 192 19 139 0 0.90 0.28 0.25 318.38 0.82 0.41
Hex C0 13 8B 0 5A 1C 19 13E 52 29
Octal 300 23 213 0 132 34 31 476 122 51
Binary 11000000 10011 10001011 0 1011010 11100 11001 100111110 1010010 101001

Color Harmonies of #C0138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0138B

Black with #C0138B

Text Example


Text Example

White with #C0138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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