Html Css Color HEX #C20888 Medium Violet Red

📋 copy color: '#C20888'

red 194 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #C20888

Tints of Medium Violet Red #C20888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

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

R = 57.4%
G = 2.37%
B = 40.24%

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

#C20888 (or 0xC20888) is known color: Medium Violet Red. HEX triplet: C2, 08 and 88. RGB value is (194,8,136). Sum of RGB (Red+Green+Blue) = 194+8+136=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C20888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20888 is #3DF777. Grayscale: #4D4D4D. Windows color (decimal): -4061048 or 8915138. OLE color: 8915138.

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

Color convert

RGB 194 8 136 -
CMYK 0 0.96 0.30 0.24
HSL 318.71º 0.92% 0.4% -
HSV(B) 318.71º 0.96% 0.76% -
XYZ 26.78 13.42 24.47 -
YUV 78.21 160.62 210.59 -
System Red Green Blue C M Y K H S L
Decimal 194 8 136 0 0.96 0.30 0.24 318.71 0.92 0.4
Hex C2 8 88 0 60 1E 18 13F 5C 28
Octal 302 10 210 0 140 36 30 477 134 50
Binary 11000010 1000 10001000 0 1100000 11110 11000 100111111 1011100 101000

Color Harmonies of #C20888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20888

Black with #C20888

Text Example


Text Example

White with #C20888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20888; }

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

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

background-color css

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

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

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

border-color css

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

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

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