Html Css Color HEX #C12381 Medium Violet Red

📋 copy color: '#C12381'

red 193 ◦ green 35 ◦ blue 129

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

Shades of Medium Violet Red #C12381

Tints of Medium Violet Red #C12381

RGB

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

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

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

R = 54.06%
G = 9.8%
B = 36.13%

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

#C12381 (or 0xC12381) is known color: Medium Violet Red. HEX triplet: C1, 23 and 81. RGB value is (193,35,129). Sum of RGB (Red+Green+Blue) = 193+35+129=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C12381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12381 is #3EDC7E. Grayscale: #5C5C5C. Windows color (decimal): -4119679 or 8463297. OLE color: 8463297.

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

Color convert

RGB 193 35 129 -
CMYK 0 0.82 0.33 0.24
HSL 324.3º 0.69% 0.45% -
HSV(B) 324.3º 0.82% 0.76% -
XYZ 26.56 14.12 22.1 -
YUV 92.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 193 35 129 0 0.82 0.33 0.24 324.3 0.69 0.45
Hex C1 23 81 0 52 21 18 144 45 2D
Octal 301 43 201 0 122 41 30 504 105 55
Binary 11000001 100011 10000001 0 1010010 100001 11000 101000100 1000101 101101

Color Harmonies of #C12381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12381

Black with #C12381

Text Example


Text Example

White with #C12381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12381; }

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

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

background-color css

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

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

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

border-color css

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

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

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