Html Css Color HEX #C2377A Medium Red Violet

📋 copy color: '#C2377A'

red 194 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #C2377A

Tints of Medium Red Violet #C2377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 52.29%
G = 14.82%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2377A (or 0xC2377A) is known color: Medium Red Violet. HEX triplet: C2, 37 and 7A. RGB value is (194,55,122). Sum of RGB (Red+Green+Blue) = 194+55+122=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2377A is #3DC885. Grayscale: #686868. Windows color (decimal): -4049030 or 8009666. OLE color: 8009666.

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

Color convert

RGB 194 55 122 -
CMYK 0 0.72 0.37 0.24
HSL 331.08º 0.56% 0.49% -
HSV(B) 331.08º 0.72% 0.76% -
XYZ 27.13 15.61 20 -
YUV 104.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 194 55 122 0 0.72 0.37 0.24 331.08 0.56 0.49
Hex C2 37 7A 0 48 25 18 14B 38 31
Octal 302 67 172 0 110 45 30 513 70 61
Binary 11000010 110111 1111010 0 1001000 100101 11000 101001011 111000 110001

Color Harmonies of #C2377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2377A

Black with #C2377A

Text Example


Text Example

White with #C2377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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