Html Css Color HEX #C23174 Medium Red Violet

📋 copy color: '#C23174'

red 194 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #C23174

Tints of Medium Red Violet #C23174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 54.04%
G = 13.65%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23174 (or 0xC23174) is known color: Medium Red Violet. HEX triplet: C2, 31 and 74. RGB value is (194,49,116). Sum of RGB (Red+Green+Blue) = 194+49+116=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C23174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23174 is #3DCE8B. Grayscale: #636363. Windows color (decimal): -4050572 or 7614914. OLE color: 7614914.

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

Color convert

RGB 194 49 116 -
CMYK 0 0.75 0.40 0.24
HSL 332.28º 0.6% 0.48% -
HSV(B) 332.28º 0.75% 0.76% -
XYZ 26.5 14.93 18.01 -
YUV 99.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 194 49 116 0 0.75 0.40 0.24 332.28 0.6 0.48
Hex C2 31 74 0 4B 28 18 14C 3C 30
Octal 302 61 164 0 113 50 30 514 74 60
Binary 11000010 110001 1110100 0 1001011 101000 11000 101001100 111100 110000

Color Harmonies of #C23174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23174

Black with #C23174

Text Example


Text Example

White with #C23174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23174; }

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

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

background-color css

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

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

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

border-color css

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

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

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