Html Css Color HEX #C20174 Medium Violet Red

📋 copy color: '#C20174'

red 194 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C20174

Tints of Medium Violet Red #C20174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 62.38%
G = 0.32%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20174 (or 0xC20174) is known color: Medium Violet Red. HEX triplet: C2, 01 and 74. RGB value is (194,1,116). Sum of RGB (Red+Green+Blue) = 194+1+116=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C20174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20174 is #3DFE8B. Grayscale: #474747. Windows color (decimal): -4062860 or 7602626. OLE color: 7602626.

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

Color convert

RGB 194 1 116 -
CMYK 0 0.99 0.40 0.24
HSL 324.25º 0.99% 0.38% -
HSV(B) 324.25º 0.99% 0.76% -
XYZ 25.41 12.75 17.65 -
YUV 71.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 194 1 116 0 0.99 0.40 0.24 324.25 0.99 0.38
Hex C2 1 74 0 63 28 18 144 63 26
Octal 302 1 164 0 143 50 30 504 143 46
Binary 11000010 1 1110100 0 1100011 101000 11000 101000100 1100011 100110

Color Harmonies of #C20174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20174

Black with #C20174

Text Example


Text Example

White with #C20174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20174; }

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

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

background-color css

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

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

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

border-color css

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

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

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