Html Css Color HEX #C23197 Medium Red Violet

📋 copy color: '#C23197'

red 194 ◦ green 49 ◦ blue 151

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

Shades of Medium Red Violet #C23197

Tints of Medium Red Violet #C23197

RGB

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

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

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

R = 49.24%
G = 12.44%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C23197 (or 0xC23197) is known color: Medium Red Violet. HEX triplet: C2, 31 and 97. RGB value is (194,49,151). Sum of RGB (Red+Green+Blue) = 194+49+151=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C23197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23197 is #3DCE68. Grayscale: #676767. Windows color (decimal): -4050537 or 9908674. OLE color: 9908674.

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

Color convert

RGB 194 49 151 -
CMYK 0 0.75 0.22 0.24
HSL 317.79º 0.6% 0.48% -
HSV(B) 317.79º 0.75% 0.76% -
XYZ 28.93 15.9 30.82 -
YUV 103.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 194 49 151 0 0.75 0.22 0.24 317.79 0.6 0.48
Hex C2 31 97 0 4B 16 18 13E 3C 30
Octal 302 61 227 0 113 26 30 476 74 60
Binary 11000010 110001 10010111 0 1001011 10110 11000 100111110 111100 110000

Color Harmonies of #C23197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23197

Black with #C23197

Text Example


Text Example

White with #C23197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23197; }

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

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

background-color css

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

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

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

border-color css

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

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

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