Html Css Color HEX #C20D94 Medium Violet Red

📋 copy color: '#C20D94'

red 194 ◦ green 13 ◦ blue 148

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

Shades of Medium Violet Red #C20D94

Tints of Medium Violet Red #C20D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.66%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 54.65%
G = 3.66%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C20D94 (or 0xC20D94) is known color: Medium Violet Red. HEX triplet: C2, 0D and 94. RGB value is (194,13,148). Sum of RGB (Red+Green+Blue) = 194+13+148=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20D94 is #3DF26B. Grayscale: #525252. Windows color (decimal): -4059756 or 9702850. OLE color: 9702850.

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

Color convert

RGB 194 13 148 -
CMYK 0 0.93 0.24 0.24
HSL 315.25º 0.87% 0.41% -
HSV(B) 315.25º 0.93% 0.76% -
XYZ 27.74 13.9 29.24 -
YUV 82.51 164.97 207.52 -
System Red Green Blue C M Y K H S L
Decimal 194 13 148 0 0.93 0.24 0.24 315.25 0.87 0.41
Hex C2 D 94 0 5D 18 18 13B 57 29
Octal 302 15 224 0 135 30 30 473 127 51
Binary 11000010 1101 10010100 0 1011101 11000 11000 100111011 1010111 101001

Color Harmonies of #C20D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D94

Black with #C20D94

Text Example


Text Example

White with #C20D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D94; }

 p { color: rgb(194,13,148); }

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

background-color css

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

 a { background-color: rgb(194,13,148); }

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

border-color css

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

 span { border-color: rgb(194,13,148); }

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