Html Css Color HEX #C1369A Medium Red Violet

📋 copy color: '#C1369A'

red 193 ◦ green 54 ◦ blue 154

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

Shades of Medium Red Violet #C1369A

Tints of Medium Red Violet #C1369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 48.13%
G = 13.47%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1369A (or 0xC1369A) is known color: Medium Red Violet. HEX triplet: C1, 36 and 9A. RGB value is (193,54,154). Sum of RGB (Red+Green+Blue) = 193+54+154=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1369A is #3EC965. Grayscale: #6A6A6A. Windows color (decimal): -4114790 or 10106561. OLE color: 10106561.

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

Color convert

RGB 193 54 154 -
CMYK 0 0.72 0.20 0.24
HSL 316.83º 0.56% 0.48% -
HSV(B) 316.83º 0.72% 0.76% -
XYZ 29.14 16.31 32.18 -
YUV 106.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 193 54 154 0 0.72 0.20 0.24 316.83 0.56 0.48
Hex C1 36 9A 0 48 14 18 13D 38 30
Octal 301 66 232 0 110 24 30 475 70 60
Binary 11000001 110110 10011010 0 1001000 10100 11000 100111101 111000 110000

Color Harmonies of #C1369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1369A

Black with #C1369A

Text Example


Text Example

White with #C1369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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