Html Css Color HEX #C23493 Medium Red Violet

📋 copy color: '#C23493'

red 194 ◦ green 52 ◦ blue 147

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

Shades of Medium Red Violet #C23493

Tints of Medium Red Violet #C23493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 49.36%
G = 13.23%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C23493 (or 0xC23493) is known color: Medium Red Violet. HEX triplet: C2, 34 and 93. RGB value is (194,52,147). Sum of RGB (Red+Green+Blue) = 194+52+147=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C23493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23493 is #3DCB6C. Grayscale: #696969. Windows color (decimal): -4049773 or 9647298. OLE color: 9647298.

HSL color Cylindrical-coordinate representation of color #C23493: hue angle of 319.86º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23493 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 147 -
CMYK 0 0.73 0.24 0.24
HSL 319.86º 0.58% 0.48% -
HSV(B) 319.86º 0.73% 0.76% -
XYZ 28.74 16.03 29.18 -
YUV 105.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 194 52 147 0 0.73 0.24 0.24 319.86 0.58 0.48
Hex C2 34 93 0 49 18 18 140 3A 30
Octal 302 64 223 0 111 30 30 500 72 60
Binary 11000010 110100 10010011 0 1001001 11000 11000 101000000 111010 110000

Color Harmonies of #C23493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23493

Black with #C23493

Text Example


Text Example

White with #C23493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23493; }

 p { color: rgb(194,52,147); }

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

background-color css

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

 a { background-color: rgb(194,52,147); }

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

border-color css

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

 span { border-color: rgb(194,52,147); }

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