Html Css Color HEX #C1338A Medium Red Violet

📋 copy color: '#C1338A'

red 193 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #C1338A

Tints of Medium Red Violet #C1338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.35%

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

R = 50.52%
G = 13.35%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1338A (or 0xC1338A) is known color: Medium Red Violet. HEX triplet: C1, 33 and 8A. RGB value is (193,51,138). Sum of RGB (Red+Green+Blue) = 193+51+138=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1338A is #3ECC75. Grayscale: #676767. Windows color (decimal): -4115574 or 9057217. OLE color: 9057217.

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

Color convert

RGB 193 51 138 -
CMYK 0 0.74 0.28 0.24
HSL 323.24º 0.58% 0.48% -
HSV(B) 323.24º 0.74% 0.76% -
XYZ 27.76 15.54 25.58 -
YUV 103.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 193 51 138 0 0.74 0.28 0.24 323.24 0.58 0.48
Hex C1 33 8A 0 4A 1C 18 143 3A 30
Octal 301 63 212 0 112 34 30 503 72 60
Binary 11000001 110011 10001010 0 1001010 11100 11000 101000011 111010 110000

Color Harmonies of #C1338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1338A

Black with #C1338A

Text Example


Text Example

White with #C1338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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