Html Css Color HEX #C2138C Medium Violet Red

📋 copy color: '#C2138C'

red 194 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #C2138C

Tints of Medium Violet Red #C2138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 54.96%
G = 5.38%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2138C (or 0xC2138C) is known color: Medium Violet Red. HEX triplet: C2, 13 and 8C. RGB value is (194,19,140). Sum of RGB (Red+Green+Blue) = 194+19+140=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2138C is #3DEC73. Grayscale: #545454. Windows color (decimal): -4058228 or 9180098. OLE color: 9180098.

HSL color Cylindrical-coordinate representation of color #C2138C: hue angle of 318.51º degrees, saturation: 0.82, 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 #C2138C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 140 -
CMYK 0 0.90 0.28 0.24
HSL 318.51º 0.82% 0.42% -
HSV(B) 318.51º 0.9% 0.76% -
XYZ 27.21 13.83 26.05 -
YUV 85.12 158.98 205.66 -
System Red Green Blue C M Y K H S L
Decimal 194 19 140 0 0.90 0.28 0.24 318.51 0.82 0.42
Hex C2 13 8C 0 5A 1C 18 13F 52 2A
Octal 302 23 214 0 132 34 30 477 122 52
Binary 11000010 10011 10001100 0 1011010 11100 11000 100111111 1010010 101010

Color Harmonies of #C2138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2138C

Black with #C2138C

Text Example


Text Example

White with #C2138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2138C; }

 p { color: rgb(194,19,140); }

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

background-color css

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

 a { background-color: rgb(194,19,140); }

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

border-color css

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

 span { border-color: rgb(194,19,140); }

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