Html Css Color HEX #C20F7A Medium Violet Red

📋 copy color: '#C20F7A'

red 194 ◦ green 15 ◦ blue 122

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

Shades of Medium Violet Red #C20F7A

Tints of Medium Violet Red #C20F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 58.61%
G = 4.53%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C20F7A (or 0xC20F7A) is known color: Medium Violet Red. HEX triplet: C2, 0F and 7A. RGB value is (194,15,122). Sum of RGB (Red+Green+Blue) = 194+15+122=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F7A is #3DF085. Grayscale: #505050. Windows color (decimal): -4059270 or 7999426. OLE color: 7999426.

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

Color convert

RGB 194 15 122 -
CMYK 0 0.92 0.37 0.24
HSL 324.13º 0.86% 0.41% -
HSV(B) 324.13º 0.92% 0.76% -
XYZ 25.93 13.22 19.6 -
YUV 80.72 151.3 208.8 -
System Red Green Blue C M Y K H S L
Decimal 194 15 122 0 0.92 0.37 0.24 324.13 0.86 0.41
Hex C2 F 7A 0 5C 25 18 144 56 29
Octal 302 17 172 0 134 45 30 504 126 51
Binary 11000010 1111 1111010 0 1011100 100101 11000 101000100 1010110 101001

Color Harmonies of #C20F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F7A

Black with #C20F7A

Text Example


Text Example

White with #C20F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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