Html Css Color HEX #C12480 Medium Red Violet

📋 copy color: '#C12480'

red 193 ◦ green 36 ◦ blue 128

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

Shades of Medium Red Violet #C12480

Tints of Medium Red Violet #C12480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.08%

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

R = 54.06%
G = 10.08%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C12480 (or 0xC12480) is known color: Medium Red Violet. HEX triplet: C1, 24 and 80. RGB value is (193,36,128). Sum of RGB (Red+Green+Blue) = 193+36+128=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C12480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12480 is #3EDB7F. Grayscale: #5D5D5D. Windows color (decimal): -4119424 or 8398017. OLE color: 8398017.

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

Color convert

RGB 193 36 128 -
CMYK 0 0.81 0.34 0.24
HSL 324.84º 0.69% 0.45% -
HSV(B) 324.84º 0.81% 0.76% -
XYZ 26.52 14.16 21.76 -
YUV 93.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 193 36 128 0 0.81 0.34 0.24 324.84 0.69 0.45
Hex C1 24 80 0 51 22 18 145 45 2D
Octal 301 44 200 0 121 42 30 505 105 55
Binary 11000001 100100 10000000 0 1010001 100010 11000 101000101 1000101 101101

Color Harmonies of #C12480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12480

Black with #C12480

Text Example


Text Example

White with #C12480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12480; }

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

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

background-color css

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

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

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

border-color css

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

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

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