Html Css Color HEX #C2397F Medium Red Violet

📋 copy color: '#C2397F'

red 194 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #C2397F

Tints of Medium Red Violet #C2397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 51.32%
G = 15.08%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2397F (or 0xC2397F) is known color: Medium Red Violet. HEX triplet: C2, 39 and 7F. RGB value is (194,57,127). Sum of RGB (Red+Green+Blue) = 194+57+127=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2397F is #3DC680. Grayscale: #696969. Windows color (decimal): -4048513 or 8337858. OLE color: 8337858.

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

Color convert

RGB 194 57 127 -
CMYK 0 0.71 0.35 0.24
HSL 329.34º 0.55% 0.49% -
HSV(B) 329.34º 0.71% 0.76% -
XYZ 27.54 15.93 21.7 -
YUV 105.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 194 57 127 0 0.71 0.35 0.24 329.34 0.55 0.49
Hex C2 39 7F 0 47 23 18 149 37 31
Octal 302 71 177 0 107 43 30 511 67 61
Binary 11000010 111001 1111111 0 1000111 100011 11000 101001001 110111 110001

Color Harmonies of #C2397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2397F

Black with #C2397F

Text Example


Text Example

White with #C2397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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