Html Css Color HEX #C2397D Medium Red Violet

📋 copy color: '#C2397D'

red 194 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #C2397D

Tints of Medium Red Violet #C2397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 51.6%
G = 15.16%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2397D (or 0xC2397D) is known color: Medium Red Violet. HEX triplet: C2, 39 and 7D. RGB value is (194,57,125). Sum of RGB (Red+Green+Blue) = 194+57+125=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2397D is #3DC682. Grayscale: #696969. Windows color (decimal): -4048515 or 8206786. OLE color: 8206786.

HSL color Cylindrical-coordinate representation of color #C2397D: hue angle of 330.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2397D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 125 -
CMYK 0 0.71 0.36 0.24
HSL 330.22º 0.55% 0.49% -
HSV(B) 330.22º 0.71% 0.76% -
XYZ 27.41 15.88 21.02 -
YUV 105.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 194 57 125 0 0.71 0.36 0.24 330.22 0.55 0.49
Hex C2 39 7D 0 47 24 18 14A 37 31
Octal 302 71 175 0 107 44 30 512 67 61
Binary 11000010 111001 1111101 0 1000111 100100 11000 101001010 110111 110001

Color Harmonies of #C2397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2397D

Black with #C2397D

Text Example


Text Example

White with #C2397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2397D; }

 p { color: rgb(194,57,125); }

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

background-color css

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

 a { background-color: rgb(194,57,125); }

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

border-color css

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

 span { border-color: rgb(194,57,125); }

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