Html Css Color HEX #C20588 Medium Violet Red

📋 copy color: '#C20588'

red 194 ◦ green 5 ◦ blue 136

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

Shades of Medium Violet Red #C20588

Tints of Medium Violet Red #C20588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 57.91%
G = 1.49%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20588 (or 0xC20588) is known color: Medium Violet Red. HEX triplet: C2, 05 and 88. RGB value is (194,5,136). Sum of RGB (Red+Green+Blue) = 194+5+136=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C20588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20588 is #3DFA77. Grayscale: #4C4C4C. Windows color (decimal): -4061816 or 8914370. OLE color: 8914370.

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

Color convert

RGB 194 5 136 -
CMYK 0 0.97 0.30 0.24
HSL 318.41º 0.95% 0.39% -
HSV(B) 318.41º 0.97% 0.76% -
XYZ 26.75 13.36 24.46 -
YUV 76.45 161.62 211.85 -
System Red Green Blue C M Y K H S L
Decimal 194 5 136 0 0.97 0.30 0.24 318.41 0.95 0.39
Hex C2 5 88 0 61 1E 18 13E 5F 27
Octal 302 5 210 0 141 36 30 476 137 47
Binary 11000010 101 10001000 0 1100001 11110 11000 100111110 1011111 100111

Color Harmonies of #C20588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20588

Black with #C20588

Text Example


Text Example

White with #C20588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20588; }

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

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

background-color css

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

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

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

border-color css

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

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

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