Html Css Color HEX #C20D7F Medium Violet Red

📋 copy color: '#C20D7F'

red 194 ◦ green 13 ◦ blue 127

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

Shades of Medium Violet Red #C20D7F

Tints of Medium Violet Red #C20D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 58.08%
G = 3.89%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C20D7F (or 0xC20D7F) is known color: Medium Violet Red. HEX triplet: C2, 0D and 7F. RGB value is (194,13,127). Sum of RGB (Red+Green+Blue) = 194+13+127=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D7F is #3DF280. Grayscale: #4F4F4F. Windows color (decimal): -4059777 or 8326594. OLE color: 8326594.

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

Color convert

RGB 194 13 127 -
CMYK 0 0.93 0.35 0.24
HSL 322.21º 0.87% 0.41% -
HSV(B) 322.21º 0.93% 0.76% -
XYZ 26.22 13.29 21.26 -
YUV 80.12 154.47 209.23 -
System Red Green Blue C M Y K H S L
Decimal 194 13 127 0 0.93 0.35 0.24 322.21 0.87 0.41
Hex C2 D 7F 0 5D 23 18 142 57 29
Octal 302 15 177 0 135 43 30 502 127 51
Binary 11000010 1101 1111111 0 1011101 100011 11000 101000010 1010111 101001

Color Harmonies of #C20D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D7F

Black with #C20D7F

Text Example


Text Example

White with #C20D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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