Html Css Color HEX #C20DA6 Medium Violet Red

📋 copy color: '#C20DA6'

red 194 ◦ green 13 ◦ blue 166

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

Shades of Medium Violet Red #C20DA6

Tints of Medium Violet Red #C20DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 52.01%
G = 3.49%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C20DA6 (or 0xC20DA6) is known color: Medium Violet Red. HEX triplet: C2, 0D and A6. RGB value is (194,13,166). Sum of RGB (Red+Green+Blue) = 194+13+166=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20DA6 is #3DF259. Grayscale: #545454. Windows color (decimal): -4059738 or 10882498. OLE color: 10882498.

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

Color convert

RGB 194 13 166 -
CMYK 0 0.93 0.14 0.24
HSL 309.28º 0.87% 0.41% -
HSV(B) 309.28º 0.93% 0.76% -
XYZ 29.27 14.51 37.33 -
YUV 84.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 194 13 166 0 0.93 0.14 0.24 309.28 0.87 0.41
Hex C2 D A6 0 5D E 18 135 57 29
Octal 302 15 246 0 135 16 30 465 127 51
Binary 11000010 1101 10100110 0 1011101 1110 11000 100110101 1010111 101001

Color Harmonies of #C20DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DA6

Black with #C20DA6

Text Example


Text Example

White with #C20DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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