Html Css Color HEX #C2146B Medium Violet Red

📋 copy color: '#C2146B'

red 194 ◦ green 20 ◦ blue 107

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

Shades of Medium Violet Red #C2146B

Tints of Medium Violet Red #C2146B

RGB

 RED value IS 194 (76.17% from 255) = 60.44%

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

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

R = 60.44%
G = 6.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2146B (or 0xC2146B) is known color: Medium Violet Red. HEX triplet: C2, 14 and 6B. RGB value is (194,20,107). Sum of RGB (Red+Green+Blue) = 194+20+107=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2146B is #3DEB94. Grayscale: #515151. Windows color (decimal): -4058005 or 7017666. OLE color: 7017666.

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

Color convert

RGB 194 20 107 -
CMYK 0 0.90 0.45 0.24
HSL 330º 0.81% 0.42% -
HSV(B) 330º 0.9% 0.76% -
XYZ 25.15 13.03 15.1 -
YUV 81.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 194 20 107 0 0.90 0.45 0.24 330 0.81 0.42
Hex C2 14 6B 0 5A 2D 18 14A 51 2A
Octal 302 24 153 0 132 55 30 512 121 52
Binary 11000010 10100 1101011 0 1011010 101101 11000 101001010 1010001 101010

Color Harmonies of #C2146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2146B

Black with #C2146B

Text Example


Text Example

White with #C2146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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