Html Css Color HEX #C23674 Medium Red Violet

📋 copy color: '#C23674'

red 194 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #C23674

Tints of Medium Red Violet #C23674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 53.3%
G = 14.84%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23674 (or 0xC23674) is known color: Medium Red Violet. HEX triplet: C2, 36 and 74. RGB value is (194,54,116). Sum of RGB (Red+Green+Blue) = 194+54+116=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C23674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23674 is #3DC98B. Grayscale: #666666. Windows color (decimal): -4049292 or 7616194. OLE color: 7616194.

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

Color convert

RGB 194 54 116 -
CMYK 0 0.72 0.40 0.24
HSL 333.43º 0.56% 0.49% -
HSV(B) 333.43º 0.72% 0.76% -
XYZ 26.72 15.37 18.08 -
YUV 102.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 194 54 116 0 0.72 0.40 0.24 333.43 0.56 0.49
Hex C2 36 74 0 48 28 18 14D 38 31
Octal 302 66 164 0 110 50 30 515 70 61
Binary 11000010 110110 1110100 0 1001000 101000 11000 101001101 111000 110001

Color Harmonies of #C23674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23674

Black with #C23674

Text Example


Text Example

White with #C23674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23674; }

 p { color: rgb(194,54,116); }

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

background-color css

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

 a { background-color: rgb(194,54,116); }

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

border-color css

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

 span { border-color: rgb(194,54,116); }

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