Html Css Color HEX #C20788 Medium Violet Red

📋 copy color: '#C20788'

red 194 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #C20788

Tints of Medium Violet Red #C20788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 57.57%
G = 2.08%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20788 (or 0xC20788) is known color: Medium Violet Red. HEX triplet: C2, 07 and 88. RGB value is (194,7,136). Sum of RGB (Red+Green+Blue) = 194+7+136=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C20788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20788 is #3DF877. Grayscale: #4D4D4D. Windows color (decimal): -4061304 or 8914882. OLE color: 8914882.

HSL color Cylindrical-coordinate representation of color #C20788: hue angle of 318.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20788 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 136 -
CMYK 0 0.96 0.30 0.24
HSL 318.61º 0.93% 0.39% -
HSV(B) 318.61º 0.96% 0.76% -
XYZ 26.77 13.4 24.47 -
YUV 77.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 194 7 136 0 0.96 0.30 0.24 318.61 0.93 0.39
Hex C2 7 88 0 60 1E 18 13F 5D 27
Octal 302 7 210 0 140 36 30 477 135 47
Binary 11000010 111 10001000 0 1100000 11110 11000 100111111 1011101 100111

Color Harmonies of #C20788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20788

Black with #C20788

Text Example


Text Example

White with #C20788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20788; }

 p { color: rgb(194,7,136); }

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

background-color css

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

 a { background-color: rgb(194,7,136); }

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

border-color css

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

 span { border-color: rgb(194,7,136); }

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