Html Css Color HEX #C23371 Medium Red Violet

📋 copy color: '#C23371'

red 194 ◦ green 51 ◦ blue 113

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

Shades of Medium Red Violet #C23371

Tints of Medium Red Violet #C23371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 54.19%
G = 14.25%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23371 (or 0xC23371) is known color: Medium Red Violet. HEX triplet: C2, 33 and 71. RGB value is (194,51,113). Sum of RGB (Red+Green+Blue) = 194+51+113=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C23371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23371 is #3DCC8E. Grayscale: #646464. Windows color (decimal): -4050063 or 7418818. OLE color: 7418818.

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

Color convert

RGB 194 51 113 -
CMYK 0 0.74 0.42 0.24
HSL 333.99º 0.58% 0.48% -
HSV(B) 333.99º 0.74% 0.76% -
XYZ 26.41 15.03 17.13 -
YUV 100.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 194 51 113 0 0.74 0.42 0.24 333.99 0.58 0.48
Hex C2 33 71 0 4A 2A 18 14E 3A 30
Octal 302 63 161 0 112 52 30 516 72 60
Binary 11000010 110011 1110001 0 1001010 101010 11000 101001110 111010 110000

Color Harmonies of #C23371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23371

Black with #C23371

Text Example


Text Example

White with #C23371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23371; }

 p { color: rgb(194,51,113); }

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

background-color css

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

 a { background-color: rgb(194,51,113); }

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

border-color css

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

 span { border-color: rgb(194,51,113); }

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