Html Css Color HEX #C12793 Medium Red Violet

📋 copy color: '#C12793'

red 193 ◦ green 39 ◦ blue 147

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

Shades of Medium Red Violet #C12793

Tints of Medium Red Violet #C12793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 50.92%
G = 10.29%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C12793 (or 0xC12793) is known color: Medium Red Violet. HEX triplet: C1, 27 and 93. RGB value is (193,39,147). Sum of RGB (Red+Green+Blue) = 193+39+147=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12793 is #3ED86C. Grayscale: #616161. Windows color (decimal): -4118637 or 9643969. OLE color: 9643969.

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

Color convert

RGB 193 39 147 -
CMYK 0 0.80 0.24 0.24
HSL 317.92º 0.66% 0.45% -
HSV(B) 317.92º 0.8% 0.76% -
XYZ 27.98 14.9 29 -
YUV 97.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 193 39 147 0 0.80 0.24 0.24 317.92 0.66 0.45
Hex C1 27 93 0 50 18 18 13E 42 2D
Octal 301 47 223 0 120 30 30 476 102 55
Binary 11000001 100111 10010011 0 1010000 11000 11000 100111110 1000010 101101

Color Harmonies of #C12793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12793

Black with #C12793

Text Example


Text Example

White with #C12793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12793; }

 p { color: rgb(193,39,147); }

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

background-color css

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

 a { background-color: rgb(193,39,147); }

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

border-color css

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

 span { border-color: rgb(193,39,147); }

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