Html Css Color HEX #C23175 Medium Red Violet

📋 copy color: '#C23175'

red 194 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #C23175

Tints of Medium Red Violet #C23175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 53.89%
G = 13.61%
B = 32.5%

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

#C23175 (or 0xC23175) is known color: Medium Red Violet. HEX triplet: C2, 31 and 75. RGB value is (194,49,117). Sum of RGB (Red+Green+Blue) = 194+49+117=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23175 is #3DCE8A. Grayscale: #636363. Windows color (decimal): -4050571 or 7680450. OLE color: 7680450.

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

Color convert

RGB 194 49 117 -
CMYK 0 0.75 0.40 0.24
HSL 331.86º 0.6% 0.48% -
HSV(B) 331.86º 0.75% 0.76% -
XYZ 26.56 14.95 18.32 -
YUV 100.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 194 49 117 0 0.75 0.40 0.24 331.86 0.6 0.48
Hex C2 31 75 0 4B 28 18 14C 3C 30
Octal 302 61 165 0 113 50 30 514 74 60
Binary 11000010 110001 1110101 0 1001011 101000 11000 101001100 111100 110000

Color Harmonies of #C23175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23175

Black with #C23175

Text Example


Text Example

White with #C23175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23175; }

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

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

background-color css

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

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

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

border-color css

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

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

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