Html Css Color HEX #C0146F Medium Violet Red

📋 copy color: '#C0146F'

red 192 ◦ green 20 ◦ blue 111

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

Shades of Medium Violet Red #C0146F

Tints of Medium Violet Red #C0146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 59.44%
G = 6.19%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0146F (or 0xC0146F) is known color: Medium Violet Red. HEX triplet: C0, 14 and 6F. RGB value is (192,20,111). Sum of RGB (Red+Green+Blue) = 192+20+111=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0146F is #3FEB90. Grayscale: #515151. Windows color (decimal): -4189073 or 7279808. OLE color: 7279808.

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

Color convert

RGB 192 20 111 -
CMYK 0 0.90 0.42 0.25
HSL 328.26º 0.81% 0.42% -
HSV(B) 328.26º 0.9% 0.75% -
XYZ 24.86 12.85 16.21 -
YUV 81.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 192 20 111 0 0.90 0.42 0.25 328.26 0.81 0.42
Hex C0 14 6F 0 5A 2A 19 148 51 2A
Octal 300 24 157 0 132 52 31 510 121 52
Binary 11000000 10100 1101111 0 1011010 101010 11001 101001000 1010001 101010

Color Harmonies of #C0146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0146F

Black with #C0146F

Text Example


Text Example

White with #C0146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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