Html Css Color HEX #C12680 Medium Red Violet

📋 copy color: '#C12680'

red 193 ◦ green 38 ◦ blue 128

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

Shades of Medium Red Violet #C12680

Tints of Medium Red Violet #C12680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

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

R = 53.76%
G = 10.58%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C12680 (or 0xC12680) is known color: Medium Red Violet. HEX triplet: C1, 26 and 80. RGB value is (193,38,128). Sum of RGB (Red+Green+Blue) = 193+38+128=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C12680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12680 is #3ED97F. Grayscale: #5E5E5E. Windows color (decimal): -4118912 or 8398529. OLE color: 8398529.

HSL color Cylindrical-coordinate representation of color #C12680: hue angle of 325.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12680 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 128 -
CMYK 0 0.80 0.34 0.24
HSL 325.16º 0.67% 0.45% -
HSV(B) 325.16º 0.8% 0.76% -
XYZ 26.58 14.28 21.78 -
YUV 94.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 193 38 128 0 0.80 0.34 0.24 325.16 0.67 0.45
Hex C1 26 80 0 50 22 18 145 43 2D
Octal 301 46 200 0 120 42 30 505 103 55
Binary 11000001 100110 10000000 0 1010000 100010 11000 101000101 1000011 101101

Color Harmonies of #C12680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12680

Black with #C12680

Text Example


Text Example

White with #C12680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12680; }

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

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

background-color css

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

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

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

border-color css

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

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

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