Html Css Color HEX #C12380 Medium Violet Red

📋 copy color: '#C12380'

red 193 ◦ green 35 ◦ blue 128

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

Shades of Medium Violet Red #C12380

Tints of Medium Violet Red #C12380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 54.21%
G = 9.83%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C12380 (or 0xC12380) is known color: Medium Violet Red. HEX triplet: C1, 23 and 80. RGB value is (193,35,128). Sum of RGB (Red+Green+Blue) = 193+35+128=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C12380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12380 is #3EDC7F. Grayscale: #5C5C5C. Windows color (decimal): -4119680 or 8397761. OLE color: 8397761.

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

Color convert

RGB 193 35 128 -
CMYK 0 0.82 0.34 0.24
HSL 324.68º 0.69% 0.45% -
HSV(B) 324.68º 0.82% 0.76% -
XYZ 26.49 14.1 21.75 -
YUV 92.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 193 35 128 0 0.82 0.34 0.24 324.68 0.69 0.45
Hex C1 23 80 0 52 22 18 145 45 2D
Octal 301 43 200 0 122 42 30 505 105 55
Binary 11000001 100011 10000000 0 1010010 100010 11000 101000101 1000101 101101

Color Harmonies of #C12380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12380

Black with #C12380

Text Example


Text Example

White with #C12380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12380; }

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

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

background-color css

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

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

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

border-color css

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

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

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