Html Css Color HEX #C12583 Medium Red Violet

📋 copy color: '#C12583'

red 193 ◦ green 37 ◦ blue 131

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

Shades of Medium Red Violet #C12583

Tints of Medium Red Violet #C12583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 53.46%
G = 10.25%
B = 36.29%

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

#C12583 (or 0xC12583) is known color: Medium Red Violet. HEX triplet: C1, 25 and 83. RGB value is (193,37,131). Sum of RGB (Red+Green+Blue) = 193+37+131=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C12583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12583 is #3EDA7C. Grayscale: #5E5E5E. Windows color (decimal): -4119165 or 8594881. OLE color: 8594881.

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

Color convert

RGB 193 37 131 -
CMYK 0 0.81 0.32 0.24
HSL 323.85º 0.68% 0.45% -
HSV(B) 323.85º 0.81% 0.76% -
XYZ 26.75 14.3 22.82 -
YUV 94.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 193 37 131 0 0.81 0.32 0.24 323.85 0.68 0.45
Hex C1 25 83 0 51 20 18 144 44 2D
Octal 301 45 203 0 121 40 30 504 104 55
Binary 11000001 100101 10000011 0 1010001 100000 11000 101000100 1000100 101101

Color Harmonies of #C12583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12583

Black with #C12583

Text Example


Text Example

White with #C12583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12583; }

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

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

background-color css

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

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

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

border-color css

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

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

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