Html Css Color HEX #C2378A Medium Red Violet

📋 copy color: '#C2378A'

red 194 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #C2378A

Tints of Medium Red Violet #C2378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 50.13%
G = 14.21%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2378A (or 0xC2378A) is known color: Medium Red Violet. HEX triplet: C2, 37 and 8A. RGB value is (194,55,138). Sum of RGB (Red+Green+Blue) = 194+55+138=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2378A is #3DC875. Grayscale: #696969. Windows color (decimal): -4049014 or 9058242. OLE color: 9058242.

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

Color convert

RGB 194 55 138 -
CMYK 0 0.72 0.29 0.24
HSL 324.17º 0.56% 0.49% -
HSV(B) 324.17º 0.72% 0.76% -
XYZ 28.2 16.04 25.65 -
YUV 106.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 194 55 138 0 0.72 0.29 0.24 324.17 0.56 0.49
Hex C2 37 8A 0 48 1D 18 144 38 31
Octal 302 67 212 0 110 35 30 504 70 61
Binary 11000010 110111 10001010 0 1001000 11101 11000 101000100 111000 110001

Color Harmonies of #C2378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2378A

Black with #C2378A

Text Example


Text Example

White with #C2378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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