Html Css Color HEX #C23B93 Medium Red Violet

📋 copy color: '#C23B93'

red 194 ◦ green 59 ◦ blue 147

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

Shades of Medium Red Violet #C23B93

Tints of Medium Red Violet #C23B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

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

R = 48.5%
G = 14.75%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C23B93 (or 0xC23B93) is known color: Medium Red Violet. HEX triplet: C2, 3B and 93. RGB value is (194,59,147). Sum of RGB (Red+Green+Blue) = 194+59+147=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23B93 is #3DC46C. Grayscale: #6D6D6D. Windows color (decimal): -4047981 or 9649090. OLE color: 9649090.

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

Color convert

RGB 194 59 147 -
CMYK 0 0.70 0.24 0.24
HSL 320.89º 0.53% 0.5% -
HSV(B) 320.89º 0.7% 0.76% -
XYZ 29.08 16.7 29.3 -
YUV 109.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 194 59 147 0 0.70 0.24 0.24 320.89 0.53 0.5
Hex C2 3B 93 0 46 18 18 141 35 32
Octal 302 73 223 0 106 30 30 501 65 62
Binary 11000010 111011 10010011 0 1000110 11000 11000 101000001 110101 110010

Color Harmonies of #C23B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B93

Black with #C23B93

Text Example


Text Example

White with #C23B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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