Html Css Color HEX #C0146B Medium Violet Red

📋 copy color: '#C0146B'

red 192 ◦ green 20 ◦ blue 107

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

Shades of Medium Violet Red #C0146B

Tints of Medium Violet Red #C0146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

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

R = 60.19%
G = 6.27%
B = 33.54%

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

#C0146B (or 0xC0146B) is known color: Medium Violet Red. HEX triplet: C0, 14 and 6B. RGB value is (192,20,107). Sum of RGB (Red+Green+Blue) = 192+20+107=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0146B is #3FEB94. Grayscale: #515151. Windows color (decimal): -4189077 or 7017664. OLE color: 7017664.

HSL color Cylindrical-coordinate representation of color #C0146B: hue angle of 329.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0146B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 107 -
CMYK 0 0.90 0.44 0.25
HSL 329.65º 0.81% 0.42% -
HSV(B) 329.65º 0.9% 0.75% -
XYZ 24.64 12.77 15.08 -
YUV 81.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 192 20 107 0 0.90 0.44 0.25 329.65 0.81 0.42
Hex C0 14 6B 0 5A 2C 19 14A 51 2A
Octal 300 24 153 0 132 54 31 512 121 52
Binary 11000000 10100 1101011 0 1011010 101100 11001 101001010 1010001 101010

Color Harmonies of #C0146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0146B

Black with #C0146B

Text Example


Text Example

White with #C0146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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