Html Css Color HEX #C3139D Medium Violet Red

📋 copy color: '#C3139D'

red 195 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #C3139D

Tints of Medium Violet Red #C3139D

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 52.56%
G = 5.12%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3139D (or 0xC3139D) is known color: Medium Violet Red. HEX triplet: C3, 13 and 9D. RGB value is (195,19,157). Sum of RGB (Red+Green+Blue) = 195+19+157=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3139D is #3CEC62. Grayscale: #565656. Windows color (decimal): -3992675 or 10294211. OLE color: 10294211.

HSL color Cylindrical-coordinate representation of color #C3139D: hue angle of 312.95º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3139D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 157 -
CMYK 0 0.90 0.19 0.24
HSL 312.95º 0.82% 0.42% -
HSV(B) 312.95º 0.9% 0.76% -
XYZ 28.82 14.5 33.18 -
YUV 87.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 195 19 157 0 0.90 0.19 0.24 312.95 0.82 0.42
Hex C3 13 9D 0 5A 13 18 139 52 2A
Octal 303 23 235 0 132 23 30 471 122 52
Binary 11000011 10011 10011101 0 1011010 10011 11000 100111001 1010010 101010

Color Harmonies of #C3139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3139D

Black with #C3139D

Text Example


Text Example

White with #C3139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3139D; }

 p { color: rgb(195,19,157); }

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

background-color css

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

 a { background-color: rgb(195,19,157); }

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

border-color css

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

 span { border-color: rgb(195,19,157); }

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