Html Css Color HEX #C20392 Medium Violet Red

📋 copy color: '#C20392'

red 194 ◦ green 3 ◦ blue 146

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

Shades of Medium Violet Red #C20392

Tints of Medium Violet Red #C20392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 56.56%
G = 0.87%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C20392 (or 0xC20392) is known color: Medium Violet Red. HEX triplet: C2, 03 and 92. RGB value is (194,3,146). Sum of RGB (Red+Green+Blue) = 194+3+146=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C20392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20392 is #3DFC6D. Grayscale: #4C4C4C. Windows color (decimal): -4062318 or 9569218. OLE color: 9569218.

HSL color Cylindrical-coordinate representation of color #C20392: hue angle of 315.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20392 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 146 -
CMYK 0 0.98 0.25 0.24
HSL 315.08º 0.97% 0.39% -
HSV(B) 315.08º 0.98% 0.76% -
XYZ 27.47 13.61 28.37 -
YUV 76.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 194 3 146 0 0.98 0.25 0.24 315.08 0.97 0.39
Hex C2 3 92 0 62 19 18 13B 61 27
Octal 302 3 222 0 142 31 30 473 141 47
Binary 11000010 11 10010010 0 1100010 11001 11000 100111011 1100001 100111

Color Harmonies of #C20392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20392

Black with #C20392

Text Example


Text Example

White with #C20392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20392; }

 p { color: rgb(194,3,146); }

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

background-color css

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

 a { background-color: rgb(194,3,146); }

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

border-color css

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

 span { border-color: rgb(194,3,146); }

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