Html Css Color HEX #C31E92 Medium Violet Red

📋 copy color: '#C31E92'

red 195 ◦ green 30 ◦ blue 146

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

Shades of Medium Violet Red #C31E92

Tints of Medium Violet Red #C31E92

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 52.56%
G = 8.09%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31E92 (or 0xC31E92) is known color: Medium Violet Red. HEX triplet: C3, 1E and 92. RGB value is (195,30,146). Sum of RGB (Red+Green+Blue) = 195+30+146=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E92 is #3CE16D. Grayscale: #5C5C5C. Windows color (decimal): -3989870 or 9576131. OLE color: 9576131.

HSL color Cylindrical-coordinate representation of color #C31E92: hue angle of 317.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E92 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 146 -
CMYK 0 0.85 0.25 0.24
HSL 317.82º 0.73% 0.44% -
HSV(B) 317.82º 0.85% 0.76% -
XYZ 28.16 14.61 28.53 -
YUV 92.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 195 30 146 0 0.85 0.25 0.24 317.82 0.73 0.44
Hex C3 1E 92 0 55 19 18 13E 49 2C
Octal 303 36 222 0 125 31 30 476 111 54
Binary 11000011 11110 10010010 0 1010101 11001 11000 100111110 1001001 101100

Color Harmonies of #C31E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E92

Black with #C31E92

Text Example


Text Example

White with #C31E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E92; }

 p { color: rgb(195,30,146); }

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

background-color css

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

 a { background-color: rgb(195,30,146); }

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

border-color css

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

 span { border-color: rgb(195,30,146); }

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