Html Css Color HEX #C12694 Medium Red Violet

📋 copy color: '#C12694'

red 193 ◦ green 38 ◦ blue 148

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

Shades of Medium Red Violet #C12694

Tints of Medium Red Violet #C12694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 50.92%
G = 10.03%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12694 (or 0xC12694) is known color: Medium Red Violet. HEX triplet: C1, 26 and 94. RGB value is (193,38,148). Sum of RGB (Red+Green+Blue) = 193+38+148=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12694 is #3ED96B. Grayscale: #606060. Windows color (decimal): -4118892 or 9709249. OLE color: 9709249.

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

Color convert

RGB 193 38 148 -
CMYK 0 0.80 0.23 0.24
HSL 317.42º 0.67% 0.45% -
HSV(B) 317.42º 0.8% 0.76% -
XYZ 28.03 14.86 29.41 -
YUV 96.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 193 38 148 0 0.80 0.23 0.24 317.42 0.67 0.45
Hex C1 26 94 0 50 17 18 13D 43 2D
Octal 301 46 224 0 120 27 30 475 103 55
Binary 11000001 100110 10010100 0 1010000 10111 11000 100111101 1000011 101101

Color Harmonies of #C12694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12694

Black with #C12694

Text Example


Text Example

White with #C12694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12694; }

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

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

background-color css

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

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

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

border-color css

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

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

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