Html Css Color HEX #C20D6C Medium Violet Red

📋 copy color: '#C20D6C'

red 194 ◦ green 13 ◦ blue 108

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

Shades of Medium Violet Red #C20D6C

Tints of Medium Violet Red #C20D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 61.59%
G = 4.13%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C20D6C (or 0xC20D6C) is known color: Medium Violet Red. HEX triplet: C2, 0D and 6C. RGB value is (194,13,108). Sum of RGB (Red+Green+Blue) = 194+13+108=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D6C is #3DF293. Grayscale: #4D4D4D. Windows color (decimal): -4059796 or 7081410. OLE color: 7081410.

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

Color convert

RGB 194 13 108 -
CMYK 0 0.93 0.44 0.24
HSL 328.51º 0.87% 0.41% -
HSV(B) 328.51º 0.93% 0.76% -
XYZ 25.1 12.84 15.34 -
YUV 77.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 194 13 108 0 0.93 0.44 0.24 328.51 0.87 0.41
Hex C2 D 6C 0 5D 2C 18 149 57 29
Octal 302 15 154 0 135 54 30 511 127 51
Binary 11000010 1101 1101100 0 1011101 101100 11000 101001001 1010111 101001

Color Harmonies of #C20D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D6C

Black with #C20D6C

Text Example


Text Example

White with #C20D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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