Html Css Color HEX #C2379F Medium Red Violet

📋 copy color: '#C2379F'

red 194 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #C2379F

Tints of Medium Red Violet #C2379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.48%

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 47.55%
G = 13.48%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2379F (or 0xC2379F) is known color: Medium Red Violet. HEX triplet: C2, 37 and 9F. RGB value is (194,55,159). Sum of RGB (Red+Green+Blue) = 194+55+159=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2379F is #3DC860. Grayscale: #6C6C6C. Windows color (decimal): -4048993 or 10434498. OLE color: 10434498.

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

Color convert

RGB 194 55 159 -
CMYK 0 0.72 0.18 0.24
HSL 315.11º 0.56% 0.49% -
HSV(B) 315.11º 0.72% 0.76% -
XYZ 29.87 16.7 34.45 -
YUV 108.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 194 55 159 0 0.72 0.18 0.24 315.11 0.56 0.49
Hex C2 37 9F 0 48 12 18 13B 38 31
Octal 302 67 237 0 110 22 30 473 70 61
Binary 11000010 110111 10011111 0 1001000 10010 11000 100111011 111000 110001

Color Harmonies of #C2379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2379F

Black with #C2379F

Text Example


Text Example

White with #C2379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2379F; }

 p { color: rgb(194,55,159); }

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

background-color css

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

 a { background-color: rgb(194,55,159); }

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

border-color css

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

 span { border-color: rgb(194,55,159); }

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