Html Css Color HEX #C23173 Medium Red Violet

📋 copy color: '#C23173'

red 194 ◦ green 49 ◦ blue 115

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

Shades of Medium Red Violet #C23173

Tints of Medium Red Violet #C23173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 54.19%
G = 13.69%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C23173 (or 0xC23173) is known color: Medium Red Violet. HEX triplet: C2, 31 and 73. RGB value is (194,49,115). Sum of RGB (Red+Green+Blue) = 194+49+115=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C23173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23173 is #3DCE8C. Grayscale: #636363. Windows color (decimal): -4050573 or 7549378. OLE color: 7549378.

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

Color convert

RGB 194 49 115 -
CMYK 0 0.75 0.41 0.24
HSL 332.69º 0.6% 0.48% -
HSV(B) 332.69º 0.75% 0.76% -
XYZ 26.44 14.9 17.7 -
YUV 99.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 194 49 115 0 0.75 0.41 0.24 332.69 0.6 0.48
Hex C2 31 73 0 4B 29 18 14D 3C 30
Octal 302 61 163 0 113 51 30 515 74 60
Binary 11000010 110001 1110011 0 1001011 101001 11000 101001101 111100 110000

Color Harmonies of #C23173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23173

Black with #C23173

Text Example


Text Example

White with #C23173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23173; }

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

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

background-color css

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

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

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

border-color css

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

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

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