Html Css Color HEX #C12481 Medium Red Violet

📋 copy color: '#C12481'

red 193 ◦ green 36 ◦ blue 129

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

Shades of Medium Red Violet #C12481

Tints of Medium Red Violet #C12481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 53.91%
G = 10.06%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12481 (or 0xC12481) is known color: Medium Red Violet. HEX triplet: C1, 24 and 81. RGB value is (193,36,129). Sum of RGB (Red+Green+Blue) = 193+36+129=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C12481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12481 is #3EDB7E. Grayscale: #5D5D5D. Windows color (decimal): -4119423 or 8463553. OLE color: 8463553.

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

Color convert

RGB 193 36 129 -
CMYK 0 0.81 0.33 0.24
HSL 324.46º 0.69% 0.45% -
HSV(B) 324.46º 0.81% 0.76% -
XYZ 26.59 14.18 22.11 -
YUV 93.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 193 36 129 0 0.81 0.33 0.24 324.46 0.69 0.45
Hex C1 24 81 0 51 21 18 144 45 2D
Octal 301 44 201 0 121 41 30 504 105 55
Binary 11000001 100100 10000001 0 1010001 100001 11000 101000100 1000101 101101

Color Harmonies of #C12481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12481

Black with #C12481

Text Example


Text Example

White with #C12481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12481; }

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

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

background-color css

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

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

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

border-color css

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

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

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