Html Css Color HEX #C12382 Medium Violet Red

📋 copy color: '#C12382'

red 193 ◦ green 35 ◦ blue 130

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

Shades of Medium Violet Red #C12382

Tints of Medium Violet Red #C12382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 53.91%
G = 9.78%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12382 (or 0xC12382) is known color: Medium Violet Red. HEX triplet: C1, 23 and 82. RGB value is (193,35,130). Sum of RGB (Red+Green+Blue) = 193+35+130=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C12382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12382 is #3EDC7D. Grayscale: #5C5C5C. Windows color (decimal): -4119678 or 8528833. OLE color: 8528833.

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

Color convert

RGB 193 35 130 -
CMYK 0 0.82 0.33 0.24
HSL 323.92º 0.69% 0.45% -
HSV(B) 323.92º 0.82% 0.76% -
XYZ 26.62 14.15 22.45 -
YUV 93.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 193 35 130 0 0.82 0.33 0.24 323.92 0.69 0.45
Hex C1 23 82 0 52 21 18 144 45 2D
Octal 301 43 202 0 122 41 30 504 105 55
Binary 11000001 100011 10000010 0 1010010 100001 11000 101000100 1000101 101101

Color Harmonies of #C12382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12382

Black with #C12382

Text Example


Text Example

White with #C12382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12382; }

 p { color: rgb(193,35,130); }

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

background-color css

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

 a { background-color: rgb(193,35,130); }

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

border-color css

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

 span { border-color: rgb(193,35,130); }

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