Html Css Color HEX #C0158B Medium Violet Red

📋 copy color: '#C0158B'

red 192 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #C0158B

Tints of Medium Violet Red #C0158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.97%

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

R = 54.55%
G = 5.97%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0158B (or 0xC0158B) is known color: Medium Violet Red. HEX triplet: C0, 15 and 8B. RGB value is (192,21,139). Sum of RGB (Red+Green+Blue) = 192+21+139=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0158B is #3FEA74. Grayscale: #555555. Windows color (decimal): -4188789 or 9115072. OLE color: 9115072.

HSL color Cylindrical-coordinate representation of color #C0158B: hue angle of 318.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0158B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 139 -
CMYK 0 0.89 0.28 0.25
HSL 318.6º 0.8% 0.42% -
HSV(B) 318.6º 0.89% 0.75% -
XYZ 26.67 13.61 25.65 -
YUV 85.58 158.15 203.91 -
System Red Green Blue C M Y K H S L
Decimal 192 21 139 0 0.89 0.28 0.25 318.6 0.8 0.42
Hex C0 15 8B 0 59 1C 19 13F 50 2A
Octal 300 25 213 0 131 34 31 477 120 52
Binary 11000000 10101 10001011 0 1011001 11100 11001 100111111 1010000 101010

Color Harmonies of #C0158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0158B

Black with #C0158B

Text Example


Text Example

White with #C0158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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