Html Css Color HEX #C20397 Medium Violet Red

📋 copy color: '#C20397'

red 194 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #C20397

Tints of Medium Violet Red #C20397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.39%

R = 55.75%
G = 0.86%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C20397 (or 0xC20397) is known color: Medium Violet Red. HEX triplet: C2, 03 and 97. RGB value is (194,3,151). Sum of RGB (Red+Green+Blue) = 194+3+151=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20397 is #3DFC68. Grayscale: #4C4C4C. Windows color (decimal): -4062313 or 9896898. OLE color: 9896898.

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

Color convert

RGB 194 3 151 -
CMYK 0 0.98 0.22 0.24
HSL 313.51º 0.97% 0.39% -
HSV(B) 313.51º 0.98% 0.76% -
XYZ 27.87 13.77 30.47 -
YUV 76.98 169.78 211.47 -
System Red Green Blue C M Y K H S L
Decimal 194 3 151 0 0.98 0.22 0.24 313.51 0.97 0.39
Hex C2 3 97 0 62 16 18 13A 61 27
Octal 302 3 227 0 142 26 30 472 141 47
Binary 11000010 11 10010111 0 1100010 10110 11000 100111010 1100001 100111

Color Harmonies of #C20397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20397

Black with #C20397

Text Example


Text Example

White with #C20397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20397; }

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

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

background-color css

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

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

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

border-color css

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

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

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