Html Css Color HEX #C2137B Medium Violet Red

📋 copy color: '#C2137B'

red 194 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #C2137B

Tints of Medium Violet Red #C2137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 57.74%
G = 5.65%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2137B (or 0xC2137B) is known color: Medium Violet Red. HEX triplet: C2, 13 and 7B. RGB value is (194,19,123). Sum of RGB (Red+Green+Blue) = 194+19+123=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2137B is #3DEC84. Grayscale: #525252. Windows color (decimal): -4058245 or 8065986. OLE color: 8065986.

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

Color convert

RGB 194 19 123 -
CMYK 0 0.90 0.37 0.24
HSL 324.34º 0.82% 0.42% -
HSV(B) 324.34º 0.9% 0.76% -
XYZ 26.06 13.37 19.95 -
YUV 83.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 194 19 123 0 0.90 0.37 0.24 324.34 0.82 0.42
Hex C2 13 7B 0 5A 25 18 144 52 2A
Octal 302 23 173 0 132 45 30 504 122 52
Binary 11000010 10011 1111011 0 1011010 100101 11000 101000100 1010010 101010

Color Harmonies of #C2137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2137B

Black with #C2137B

Text Example


Text Example

White with #C2137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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