Html Css Color HEX #C20094 Medium Violet Red

📋 copy color: '#C20094'

red 194 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #C20094

Tints of Medium Violet Red #C20094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 56.73%
G = 0%
B = 43.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C20094 (or 0xC20094) is known color: Medium Violet Red. HEX triplet: C2, 00 and 94. RGB value is (194,0,148). Sum of RGB (Red+Green+Blue) = 194+0+148=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C20094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20094 is #3DFF6B. Grayscale: #4A4A4A. Windows color (decimal): -4063084 or 9699522. OLE color: 9699522.

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

Color convert

RGB 194 0 148 -
CMYK 0 1 0.24 0.24
HSL 314.23º 1% 0.38% -
HSV(B) 314.23º 1% 0.76% -
XYZ 27.59 13.61 29.19 -
YUV 74.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 194 0 148 0 1 0.24 0.24 314.23 1 0.38
Hex C2 0 94 0 64 18 18 13A 64 26
Octal 302 0 224 0 144 30 30 472 144 46
Binary 11000010 0 10010100 0 1100100 11000 11000 100111010 1100100 100110

Color Harmonies of #C20094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20094

Black with #C20094

Text Example


Text Example

White with #C20094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20094; }

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

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

background-color css

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

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

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

border-color css

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

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

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