Html Css Color HEX #C12584 Medium Red Violet

📋 copy color: '#C12584'

red 193 ◦ green 37 ◦ blue 132

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

Shades of Medium Red Violet #C12584

Tints of Medium Red Violet #C12584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 53.31%
G = 10.22%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C12584 (or 0xC12584) is known color: Medium Red Violet. HEX triplet: C1, 25 and 84. RGB value is (193,37,132). Sum of RGB (Red+Green+Blue) = 193+37+132=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C12584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12584 is #3EDA7B. Grayscale: #5E5E5E. Windows color (decimal): -4119164 or 8660417. OLE color: 8660417.

HSL color Cylindrical-coordinate representation of color #C12584: hue angle of 323.46º 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 #C12584 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 132 -
CMYK 0 0.81 0.32 0.24
HSL 323.46º 0.68% 0.45% -
HSV(B) 323.46º 0.81% 0.76% -
XYZ 26.82 14.33 23.18 -
YUV 94.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 193 37 132 0 0.81 0.32 0.24 323.46 0.68 0.45
Hex C1 25 84 0 51 20 18 143 44 2D
Octal 301 45 204 0 121 40 30 503 104 55
Binary 11000001 100101 10000100 0 1010001 100000 11000 101000011 1000100 101101

Color Harmonies of #C12584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12584

Black with #C12584

Text Example


Text Example

White with #C12584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12584; }

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

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

background-color css

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

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

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

border-color css

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

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

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