Html Css Color HEX #C23194 Medium Red Violet

📋 copy color: '#C23194'

red 194 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #C23194

Tints of Medium Red Violet #C23194

RGB

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

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

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

R = 49.62%
G = 12.53%
B = 37.85%

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

#C23194 (or 0xC23194) is known color: Medium Red Violet. HEX triplet: C2, 31 and 94. RGB value is (194,49,148). Sum of RGB (Red+Green+Blue) = 194+49+148=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C23194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23194 is #3DCE6B. Grayscale: #676767. Windows color (decimal): -4050540 or 9712066. OLE color: 9712066.

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

Color convert

RGB 194 49 148 -
CMYK 0 0.75 0.24 0.24
HSL 319.03º 0.6% 0.48% -
HSV(B) 319.03º 0.75% 0.76% -
XYZ 28.69 15.8 29.56 -
YUV 103.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 194 49 148 0 0.75 0.24 0.24 319.03 0.6 0.48
Hex C2 31 94 0 4B 18 18 13F 3C 30
Octal 302 61 224 0 113 30 30 477 74 60
Binary 11000010 110001 10010100 0 1001011 11000 11000 100111111 111100 110000

Color Harmonies of #C23194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23194

Black with #C23194

Text Example


Text Example

White with #C23194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23194; }

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

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

background-color css

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

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

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

border-color css

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

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

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