Html Css Color HEX #C20088 Medium Violet Red

📋 copy color: '#C20088'

red 194 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #C20088

Tints of Medium Violet Red #C20088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.79%
G = 0%
B = 41.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20088 (or 0xC20088) is known color: Medium Violet Red. HEX triplet: C2, 00 and 88. RGB value is (194,0,136). Sum of RGB (Red+Green+Blue) = 194+0+136=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C20088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20088 is #3DFF77. Grayscale: #494949. Windows color (decimal): -4063096 or 8913090. OLE color: 8913090.

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

Color convert

RGB 194 0 136 -
CMYK 0 1 0.30 0.24
HSL 317.94º 1% 0.38% -
HSV(B) 317.94º 1% 0.76% -
XYZ 26.69 13.25 24.44 -
YUV 73.51 163.27 213.94 -
System Red Green Blue C M Y K H S L
Decimal 194 0 136 0 1 0.30 0.24 317.94 1 0.38
Hex C2 0 88 0 64 1E 18 13E 64 26
Octal 302 0 210 0 144 36 30 476 144 46
Binary 11000010 0 10001000 0 1100100 11110 11000 100111110 1100100 100110

Color Harmonies of #C20088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20088

Black with #C20088

Text Example


Text Example

White with #C20088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20088; }

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

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

background-color css

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

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

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

border-color css

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

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

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