Html Css Color HEX #C139A7 Medium Red Violet

📋 copy color: '#C139A7'

red 193 ◦ green 57 ◦ blue 167

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

Shades of Medium Red Violet #C139A7

Tints of Medium Red Violet #C139A7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.67%

 BLUE value IS 167 (65.63% from 255) = 40.05%

R = 46.28%
G = 13.67%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C139A7 (or 0xC139A7) is known color: Medium Red Violet. HEX triplet: C1, 39 and A7. RGB value is (193,57,167). Sum of RGB (Red+Green+Blue) = 193+57+167=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C139A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139A7 is #3EC658. Grayscale: #6D6D6D. Windows color (decimal): -4114009 or 10959297. OLE color: 10959297.

HSL color Cylindrical-coordinate representation of color #C139A7: hue angle of 311.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C139A7 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 167 -
CMYK 0 0.70 0.13 0.24
HSL 311.47º 0.54% 0.49% -
HSV(B) 311.47º 0.7% 0.76% -
XYZ 30.43 17.05 38.25 -
YUV 110.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 193 57 167 0 0.70 0.13 0.24 311.47 0.54 0.49
Hex C1 39 A7 0 46 D 18 137 36 31
Octal 301 71 247 0 106 15 30 467 66 61
Binary 11000001 111001 10100111 0 1000110 1101 11000 100110111 110110 110001

Color Harmonies of #C139A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C139A7

Black with #C139A7

Text Example


Text Example

White with #C139A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C139A7; }

 p { color: rgb(193,57,167); }

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

background-color css

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

 a { background-color: rgb(193,57,167); }

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

border-color css

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

 span { border-color: rgb(193,57,167); }

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