Html Css Color HEX #C12581 Medium Red Violet

📋 copy color: '#C12581'

red 193 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #C12581

Tints of Medium Red Violet #C12581

RGB

 RED value IS 193 (75.78% from 255) = 53.76%

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 53.76%
G = 10.31%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12581 (or 0xC12581) is known color: Medium Red Violet. HEX triplet: C1, 25 and 81. RGB value is (193,37,129). Sum of RGB (Red+Green+Blue) = 193+37+129=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C12581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12581 is #3EDA7E. Grayscale: #5D5D5D. Windows color (decimal): -4119167 or 8463809. OLE color: 8463809.

HSL color Cylindrical-coordinate representation of color #C12581: hue angle of 324.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12581 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 129 -
CMYK 0 0.81 0.33 0.24
HSL 324.62º 0.68% 0.45% -
HSV(B) 324.62º 0.81% 0.76% -
XYZ 26.62 14.25 22.12 -
YUV 94.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 193 37 129 0 0.81 0.33 0.24 324.62 0.68 0.45
Hex C1 25 81 0 51 21 18 145 44 2D
Octal 301 45 201 0 121 41 30 505 104 55
Binary 11000001 100101 10000001 0 1010001 100001 11000 101000101 1000100 101101

Color Harmonies of #C12581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12581

Black with #C12581

Text Example


Text Example

White with #C12581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12581; }

 p { color: rgb(193,37,129); }

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

background-color css

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

 a { background-color: rgb(193,37,129); }

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

border-color css

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

 span { border-color: rgb(193,37,129); }

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