Html Css Color HEX #C1368A Medium Red Violet

📋 copy color: '#C1368A'

red 193 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #C1368A

Tints of Medium Red Violet #C1368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 50.13%
G = 14.03%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1368A (or 0xC1368A) is known color: Medium Red Violet. HEX triplet: C1, 36 and 8A. RGB value is (193,54,138). Sum of RGB (Red+Green+Blue) = 193+54+138=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1368A is #3EC975. Grayscale: #686868. Windows color (decimal): -4114806 or 9057985. OLE color: 9057985.

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

Color convert

RGB 193 54 138 -
CMYK 0 0.72 0.28 0.24
HSL 323.74º 0.56% 0.48% -
HSV(B) 323.74º 0.72% 0.76% -
XYZ 27.9 15.81 25.63 -
YUV 105.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 193 54 138 0 0.72 0.28 0.24 323.74 0.56 0.48
Hex C1 36 8A 0 48 1C 18 144 38 30
Octal 301 66 212 0 110 34 30 504 70 60
Binary 11000001 110110 10001010 0 1001000 11100 11000 101000100 111000 110000

Color Harmonies of #C1368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1368A

Black with #C1368A

Text Example


Text Example

White with #C1368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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