Html Css Color HEX #C20374 Medium Violet Red

📋 copy color: '#C20374'

red 194 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #C20374

Tints of Medium Violet Red #C20374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 61.98%
G = 0.96%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20374 (or 0xC20374) is known color: Medium Violet Red. HEX triplet: C2, 03 and 74. RGB value is (194,3,116). Sum of RGB (Red+Green+Blue) = 194+3+116=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C20374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20374 is #3DFC8B. Grayscale: #484848. Windows color (decimal): -4062348 or 7603138. OLE color: 7603138.

HSL color Cylindrical-coordinate representation of color #C20374: hue angle of 324.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20374 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 116 -
CMYK 0 0.98 0.40 0.24
HSL 324.5º 0.97% 0.39% -
HSV(B) 324.5º 0.98% 0.76% -
XYZ 25.43 12.8 17.65 -
YUV 72.99 152.28 214.31 -
System Red Green Blue C M Y K H S L
Decimal 194 3 116 0 0.98 0.40 0.24 324.5 0.97 0.39
Hex C2 3 74 0 62 28 18 145 61 27
Octal 302 3 164 0 142 50 30 505 141 47
Binary 11000010 11 1110100 0 1100010 101000 11000 101000101 1100001 100111

Color Harmonies of #C20374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20374

Black with #C20374

Text Example


Text Example

White with #C20374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20374; }

 p { color: rgb(194,3,116); }

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

background-color css

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

 a { background-color: rgb(194,3,116); }

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

border-color css

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

 span { border-color: rgb(194,3,116); }

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