Html Css Color HEX #C0156D Medium Violet Red

📋 copy color: '#C0156D'

red 192 ◦ green 21 ◦ blue 109

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

Shades of Medium Violet Red #C0156D

Tints of Medium Violet Red #C0156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 59.63%
G = 6.52%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0156D (or 0xC0156D) is known color: Medium Violet Red. HEX triplet: C0, 15 and 6D. RGB value is (192,21,109). Sum of RGB (Red+Green+Blue) = 192+21+109=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0156D is #3FEA92. Grayscale: #515151. Windows color (decimal): -4188819 or 7148992. OLE color: 7148992.

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

Color convert

RGB 192 21 109 -
CMYK 0 0.89 0.43 0.25
HSL 329.12º 0.8% 0.42% -
HSV(B) 329.12º 0.89% 0.75% -
XYZ 24.77 12.85 15.64 -
YUV 82.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 192 21 109 0 0.89 0.43 0.25 329.12 0.8 0.42
Hex C0 15 6D 0 59 2B 19 149 50 2A
Octal 300 25 155 0 131 53 31 511 120 52
Binary 11000000 10101 1101101 0 1011001 101011 11001 101001001 1010000 101010

Color Harmonies of #C0156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0156D

Black with #C0156D

Text Example


Text Example

White with #C0156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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