Html Css Color HEX #C23581 Medium Red Violet

📋 copy color: '#C23581'

red 194 ◦ green 53 ◦ blue 129

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

Shades of Medium Red Violet #C23581

Tints of Medium Red Violet #C23581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 51.6%
G = 14.1%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C23581 (or 0xC23581) is known color: Medium Red Violet. HEX triplet: C2, 35 and 81. RGB value is (194,53,129). Sum of RGB (Red+Green+Blue) = 194+53+129=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23581 is #3DCA7E. Grayscale: #676767. Windows color (decimal): -4049535 or 8467906. OLE color: 8467906.

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

Color convert

RGB 194 53 129 -
CMYK 0 0.73 0.34 0.24
HSL 327.66º 0.57% 0.48% -
HSV(B) 327.66º 0.73% 0.76% -
XYZ 27.48 15.6 22.33 -
YUV 103.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 194 53 129 0 0.73 0.34 0.24 327.66 0.57 0.48
Hex C2 35 81 0 49 22 18 148 39 30
Octal 302 65 201 0 111 42 30 510 71 60
Binary 11000010 110101 10000001 0 1001001 100010 11000 101001000 111001 110000

Color Harmonies of #C23581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23581

Black with #C23581

Text Example


Text Example

White with #C23581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23581; }

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

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

background-color css

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

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

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

border-color css

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

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

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