Html Css Color HEX #C23481 Medium Red Violet

📋 copy color: '#C23481'

red 194 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #C23481

Tints of Medium Red Violet #C23481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 51.73%
G = 13.87%
B = 34.4%

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

#C23481 (or 0xC23481) is known color: Medium Red Violet. HEX triplet: C2, 34 and 81. RGB value is (194,52,129). Sum of RGB (Red+Green+Blue) = 194+52+129=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C23481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23481 is #3DCB7E. Grayscale: #676767. Windows color (decimal): -4049791 or 8467650. OLE color: 8467650.

HSL color Cylindrical-coordinate representation of color #C23481: hue angle of 327.46º degrees, saturation: 0.58, 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 #C23481 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 129 -
CMYK 0 0.73 0.34 0.24
HSL 327.46º 0.58% 0.48% -
HSV(B) 327.46º 0.73% 0.76% -
XYZ 27.44 15.51 22.32 -
YUV 103.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 194 52 129 0 0.73 0.34 0.24 327.46 0.58 0.48
Hex C2 34 81 0 49 22 18 147 3A 30
Octal 302 64 201 0 111 42 30 507 72 60
Binary 11000010 110100 10000001 0 1001001 100010 11000 101000111 111010 110000

Color Harmonies of #C23481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23481

Black with #C23481

Text Example


Text Example

White with #C23481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23481; }

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

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

background-color css

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

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

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

border-color css

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

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

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