Html Css Color HEX #C23989 Medium Red Violet

📋 copy color: '#C23989'

red 194 ◦ green 57 ◦ blue 137

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

Shades of Medium Red Violet #C23989

Tints of Medium Red Violet #C23989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.69%

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 50%
G = 14.69%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C23989 (or 0xC23989) is known color: Medium Red Violet. HEX triplet: C2, 39 and 89. RGB value is (194,57,137). Sum of RGB (Red+Green+Blue) = 194+57+137=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C23989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23989 is #3DC676. Grayscale: #6A6A6A. Windows color (decimal): -4048503 or 8993218. OLE color: 8993218.

HSL color Cylindrical-coordinate representation of color #C23989: hue angle of 324.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23989 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 137 -
CMYK 0 0.71 0.29 0.24
HSL 324.96º 0.55% 0.49% -
HSV(B) 324.96º 0.71% 0.76% -
XYZ 28.23 16.2 25.31 -
YUV 107.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 194 57 137 0 0.71 0.29 0.24 324.96 0.55 0.49
Hex C2 39 89 0 47 1D 18 145 37 31
Octal 302 71 211 0 107 35 30 505 67 61
Binary 11000010 111001 10001001 0 1000111 11101 11000 101000101 110111 110001

Color Harmonies of #C23989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23989

Black with #C23989

Text Example


Text Example

White with #C23989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23989; }

 p { color: rgb(194,57,137); }

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

background-color css

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

 a { background-color: rgb(194,57,137); }

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

border-color css

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

 span { border-color: rgb(194,57,137); }

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