Html Css Color HEX #C20188 Medium Violet Red

📋 copy color: '#C20188'

red 194 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #C20188

Tints of Medium Violet Red #C20188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 58.61%
G = 0.3%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20188 (or 0xC20188) is known color: Medium Violet Red. HEX triplet: C2, 01 and 88. RGB value is (194,1,136). Sum of RGB (Red+Green+Blue) = 194+1+136=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C20188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20188 is #3DFE77. Grayscale: #494949. Windows color (decimal): -4062840 or 8913346. OLE color: 8913346.

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

Color convert

RGB 194 1 136 -
CMYK 0 0.99 0.30 0.24
HSL 318.03º 0.99% 0.38% -
HSV(B) 318.03º 0.99% 0.76% -
XYZ 26.7 13.27 24.45 -
YUV 74.1 162.94 213.52 -
System Red Green Blue C M Y K H S L
Decimal 194 1 136 0 0.99 0.30 0.24 318.03 0.99 0.38
Hex C2 1 88 0 63 1E 18 13E 63 26
Octal 302 1 210 0 143 36 30 476 143 46
Binary 11000010 1 10001000 0 1100011 11110 11000 100111110 1100011 100110

Color Harmonies of #C20188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20188

Black with #C20188

Text Example


Text Example

White with #C20188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20188; }

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

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

background-color css

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

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

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

border-color css

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

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

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