Html Css Color HEX #C1339A Medium Red Violet

📋 copy color: '#C1339A'

red 193 ◦ green 51 ◦ blue 154

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

Shades of Medium Red Violet #C1339A

Tints of Medium Red Violet #C1339A

RGB

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

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

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

R = 48.49%
G = 12.81%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1339A (or 0xC1339A) is known color: Medium Red Violet. HEX triplet: C1, 33 and 9A. RGB value is (193,51,154). Sum of RGB (Red+Green+Blue) = 193+51+154=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1339A is #3ECC65. Grayscale: #686868. Windows color (decimal): -4115558 or 10105793. OLE color: 10105793.

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

Color convert

RGB 193 51 154 -
CMYK 0 0.74 0.20 0.24
HSL 316.48º 0.58% 0.48% -
HSV(B) 316.48º 0.74% 0.76% -
XYZ 29.01 16.04 32.14 -
YUV 105.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 193 51 154 0 0.74 0.20 0.24 316.48 0.58 0.48
Hex C1 33 9A 0 4A 14 18 13C 3A 30
Octal 301 63 232 0 112 24 30 474 72 60
Binary 11000001 110011 10011010 0 1001010 10100 11000 100111100 111010 110000

Color Harmonies of #C1339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1339A

Black with #C1339A

Text Example


Text Example

White with #C1339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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