Html Css Color HEX #C23193 Medium Red Violet

📋 copy color: '#C23193'

red 194 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #C23193

Tints of Medium Red Violet #C23193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 49.74%
G = 12.56%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C23193 (or 0xC23193) is known color: Medium Red Violet. HEX triplet: C2, 31 and 93. RGB value is (194,49,147). Sum of RGB (Red+Green+Blue) = 194+49+147=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C23193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23193 is #3DCE6C. Grayscale: #676767. Windows color (decimal): -4050541 or 9646530. OLE color: 9646530.

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

Color convert

RGB 194 49 147 -
CMYK 0 0.75 0.24 0.24
HSL 319.45º 0.6% 0.48% -
HSV(B) 319.45º 0.75% 0.76% -
XYZ 28.61 15.77 29.14 -
YUV 103.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 194 49 147 0 0.75 0.24 0.24 319.45 0.6 0.48
Hex C2 31 93 0 4B 18 18 13F 3C 30
Octal 302 61 223 0 113 30 30 477 74 60
Binary 11000010 110001 10010011 0 1001011 11000 11000 100111111 111100 110000

Color Harmonies of #C23193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23193

Black with #C23193

Text Example


Text Example

White with #C23193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23193; }

 p { color: rgb(194,49,147); }

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

background-color css

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

 a { background-color: rgb(194,49,147); }

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

border-color css

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

 span { border-color: rgb(194,49,147); }

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