Html Css Color HEX #C1369E Medium Red Violet

📋 copy color: '#C1369E'

red 193 ◦ green 54 ◦ blue 158

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

Shades of Medium Red Violet #C1369E

Tints of Medium Red Violet #C1369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.33%

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 47.65%
G = 13.33%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1369E (or 0xC1369E) is known color: Medium Red Violet. HEX triplet: C1, 36 and 9E. RGB value is (193,54,158). Sum of RGB (Red+Green+Blue) = 193+54+158=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1369E is #3EC961. Grayscale: #6B6B6B. Windows color (decimal): -4114786 or 10368705. OLE color: 10368705.

HSL color Cylindrical-coordinate representation of color #C1369E: hue angle of 315.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1369E is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 158 -
CMYK 0 0.72 0.18 0.24
HSL 315.11º 0.56% 0.48% -
HSV(B) 315.11º 0.72% 0.76% -
XYZ 29.48 16.44 33.97 -
YUV 107.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 193 54 158 0 0.72 0.18 0.24 315.11 0.56 0.48
Hex C1 36 9E 0 48 12 18 13B 38 30
Octal 301 66 236 0 110 22 30 473 70 60
Binary 11000001 110110 10011110 0 1001000 10010 11000 100111011 111000 110000

Color Harmonies of #C1369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1369E

Black with #C1369E

Text Example


Text Example

White with #C1369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1369E; }

 p { color: rgb(193,54,158); }

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

background-color css

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

 a { background-color: rgb(193,54,158); }

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

border-color css

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

 span { border-color: rgb(193,54,158); }

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