Html Css Color HEX #C23C79 Medium Red Violet

📋 copy color: '#C23C79'

red 194 ◦ green 60 ◦ blue 121

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

Shades of Medium Red Violet #C23C79

Tints of Medium Red Violet #C23C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 51.73%
G = 16%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C23C79 (or 0xC23C79) is known color: Medium Red Violet. HEX triplet: C2, 3C and 79. RGB value is (194,60,121). Sum of RGB (Red+Green+Blue) = 194+60+121=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C79 is #3DC386. Grayscale: #6A6A6A. Windows color (decimal): -4047751 or 7945410. OLE color: 7945410.

HSL color Cylindrical-coordinate representation of color #C23C79: hue angle of 332.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C79 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 121 -
CMYK 0 0.69 0.38 0.24
HSL 332.69º 0.53% 0.5% -
HSV(B) 332.69º 0.69% 0.76% -
XYZ 27.32 16.08 19.75 -
YUV 107.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 194 60 121 0 0.69 0.38 0.24 332.69 0.53 0.5
Hex C2 3C 79 0 45 26 18 14D 35 32
Octal 302 74 171 0 105 46 30 515 65 62
Binary 11000010 111100 1111001 0 1000101 100110 11000 101001101 110101 110010

Color Harmonies of #C23C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C79

Black with #C23C79

Text Example


Text Example

White with #C23C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C79; }

 p { color: rgb(194,60,121); }

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

background-color css

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

 a { background-color: rgb(194,60,121); }

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

border-color css

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

 span { border-color: rgb(194,60,121); }

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