Html Css Color HEX #C20D6F Medium Violet Red

📋 copy color: '#C20D6F'

red 194 ◦ green 13 ◦ blue 111

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

Shades of Medium Violet Red #C20D6F

Tints of Medium Violet Red #C20D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 61.01%
G = 4.09%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C20D6F (or 0xC20D6F) is known color: Medium Violet Red. HEX triplet: C2, 0D and 6F. RGB value is (194,13,111). Sum of RGB (Red+Green+Blue) = 194+13+111=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D6F is #3DF290. Grayscale: #4E4E4E. Windows color (decimal): -4059793 or 7278018. OLE color: 7278018.

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

Color convert

RGB 194 13 111 -
CMYK 0 0.93 0.43 0.24
HSL 327.51º 0.87% 0.41% -
HSV(B) 327.51º 0.93% 0.76% -
XYZ 25.26 12.9 16.2 -
YUV 78.29 146.47 210.53 -
System Red Green Blue C M Y K H S L
Decimal 194 13 111 0 0.93 0.43 0.24 327.51 0.87 0.41
Hex C2 D 6F 0 5D 2B 18 148 57 29
Octal 302 15 157 0 135 53 30 510 127 51
Binary 11000010 1101 1101111 0 1011101 101011 11000 101001000 1010111 101001

Color Harmonies of #C20D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D6F

Black with #C20D6F

Text Example


Text Example

White with #C20D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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