Html Css Color HEX #C23D91 Medium Red Violet

📋 copy color: '#C23D91'

red 194 ◦ green 61 ◦ blue 145

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

Shades of Medium Red Violet #C23D91

Tints of Medium Red Violet #C23D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 48.5%
G = 15.25%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C23D91 (or 0xC23D91) is known color: Medium Red Violet. HEX triplet: C2, 3D and 91. RGB value is (194,61,145). Sum of RGB (Red+Green+Blue) = 194+61+145=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D91 is #3DC26E. Grayscale: #6E6E6E. Windows color (decimal): -4047471 or 9518530. OLE color: 9518530.

HSL color Cylindrical-coordinate representation of color #C23D91: hue angle of 322.11º degrees, saturation: 0.52, 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 #C23D91 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 145 -
CMYK 0 0.69 0.25 0.24
HSL 322.11º 0.52% 0.5% -
HSV(B) 322.11º 0.69% 0.76% -
XYZ 29.03 16.85 28.51 -
YUV 110.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 194 61 145 0 0.69 0.25 0.24 322.11 0.52 0.5
Hex C2 3D 91 0 45 19 18 142 34 32
Octal 302 75 221 0 105 31 30 502 64 62
Binary 11000010 111101 10010001 0 1000101 11001 11000 101000010 110100 110010

Color Harmonies of #C23D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D91

Black with #C23D91

Text Example


Text Example

White with #C23D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D91; }

 p { color: rgb(194,61,145); }

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

background-color css

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

 a { background-color: rgb(194,61,145); }

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

border-color css

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

 span { border-color: rgb(194,61,145); }

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