Html Css Color HEX #C20090 Medium Violet Red

📋 copy color: '#C20090'

red 194 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #C20090

Tints of Medium Violet Red #C20090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 57.4%
G = 0%
B = 42.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C20090 (or 0xC20090) is known color: Medium Violet Red. HEX triplet: C2, 00 and 90. RGB value is (194,0,144). Sum of RGB (Red+Green+Blue) = 194+0+144=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C20090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20090 is #3DFF6F. Grayscale: #4A4A4A. Windows color (decimal): -4063088 or 9437378. OLE color: 9437378.

HSL color Cylindrical-coordinate representation of color #C20090: hue angle of 315.46º 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 #C20090 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 144 -
CMYK 0 1 0.26 0.24
HSL 315.46º 1% 0.38% -
HSV(B) 315.46º 1% 0.76% -
XYZ 27.28 13.48 27.55 -
YUV 74.42 167.27 213.29 -
System Red Green Blue C M Y K H S L
Decimal 194 0 144 0 1 0.26 0.24 315.46 1 0.38
Hex C2 0 90 0 64 1A 18 13B 64 26
Octal 302 0 220 0 144 32 30 473 144 46
Binary 11000010 0 10010000 0 1100100 11010 11000 100111011 1100100 100110

Color Harmonies of #C20090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20090

Black with #C20090

Text Example


Text Example

White with #C20090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20090; }

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

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

background-color css

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

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

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

border-color css

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

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

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