Html Css Color HEX #C23189 Medium Red Violet

📋 copy color: '#C23189'

red 194 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #C23189

Tints of Medium Red Violet #C23189

RGB

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

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

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

R = 51.05%
G = 12.89%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C23189 (or 0xC23189) is known color: Medium Red Violet. HEX triplet: C2, 31 and 89. RGB value is (194,49,137). Sum of RGB (Red+Green+Blue) = 194+49+137=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C23189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23189 is #3DCE76. Grayscale: #666666. Windows color (decimal): -4050551 or 8991170. OLE color: 8991170.

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

Color convert

RGB 194 49 137 -
CMYK 0 0.75 0.29 0.24
HSL 323.59º 0.6% 0.48% -
HSV(B) 323.59º 0.75% 0.76% -
XYZ 27.86 15.47 25.18 -
YUV 102.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 194 49 137 0 0.75 0.29 0.24 323.59 0.6 0.48
Hex C2 31 89 0 4B 1D 18 144 3C 30
Octal 302 61 211 0 113 35 30 504 74 60
Binary 11000010 110001 10001001 0 1001011 11101 11000 101000100 111100 110000

Color Harmonies of #C23189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23189

Black with #C23189

Text Example


Text Example

White with #C23189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23189; }

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

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

background-color css

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

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

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

border-color css

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

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

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