Html Css Color HEX #C20DA8 Medium Violet Red

📋 copy color: '#C20DA8'

red 194 ◦ green 13 ◦ blue 168

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

Shades of Medium Violet Red #C20DA8

Tints of Medium Violet Red #C20DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 51.73%
G = 3.47%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C20DA8 (or 0xC20DA8) is known color: Medium Violet Red. HEX triplet: C2, 0D and A8. RGB value is (194,13,168). Sum of RGB (Red+Green+Blue) = 194+13+168=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20DA8 is #3DF257. Grayscale: #545454. Windows color (decimal): -4059736 or 11013570. OLE color: 11013570.

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

Color convert

RGB 194 13 168 -
CMYK 0 0.93 0.13 0.24
HSL 308.62º 0.87% 0.41% -
HSV(B) 308.62º 0.93% 0.76% -
XYZ 29.46 14.58 38.31 -
YUV 84.79 174.97 205.9 -
System Red Green Blue C M Y K H S L
Decimal 194 13 168 0 0.93 0.13 0.24 308.62 0.87 0.41
Hex C2 D A8 0 5D D 18 135 57 29
Octal 302 15 250 0 135 15 30 465 127 51
Binary 11000010 1101 10101000 0 1011101 1101 11000 100110101 1010111 101001

Color Harmonies of #C20DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DA8

Black with #C20DA8

Text Example


Text Example

White with #C20DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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