Html Css Color HEX #C23A81 Medium Red Violet

📋 copy color: '#C23A81'

red 194 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #C23A81

Tints of Medium Red Violet #C23A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 50.92%
G = 15.22%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C23A81 (or 0xC23A81) is known color: Medium Red Violet. HEX triplet: C2, 3A and 81. RGB value is (194,58,129). Sum of RGB (Red+Green+Blue) = 194+58+129=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A81 is #3DC57E. Grayscale: #6A6A6A. Windows color (decimal): -4048255 or 8469186. OLE color: 8469186.

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

Color convert

RGB 194 58 129 -
CMYK 0 0.70 0.34 0.24
HSL 328.68º 0.54% 0.49% -
HSV(B) 328.68º 0.7% 0.76% -
XYZ 27.72 16.08 22.41 -
YUV 106.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 194 58 129 0 0.70 0.34 0.24 328.68 0.54 0.49
Hex C2 3A 81 0 46 22 18 149 36 31
Octal 302 72 201 0 106 42 30 511 66 61
Binary 11000010 111010 10000001 0 1000110 100010 11000 101001001 110110 110001

Color Harmonies of #C23A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A81

Black with #C23A81

Text Example


Text Example

White with #C23A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A81; }

 p { color: rgb(194,58,129); }

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

background-color css

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

 a { background-color: rgb(194,58,129); }

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

border-color css

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

 span { border-color: rgb(194,58,129); }

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