Html Css Color HEX #C31F92 Medium Violet Red

📋 copy color: '#C31F92'

red 195 ◦ green 31 ◦ blue 146

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

Shades of Medium Violet Red #C31F92

Tints of Medium Violet Red #C31F92

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 52.42%
G = 8.33%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31F92 (or 0xC31F92) is known color: Medium Violet Red. HEX triplet: C3, 1F and 92. RGB value is (195,31,146). Sum of RGB (Red+Green+Blue) = 195+31+146=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F92 is #3CE06D. Grayscale: #5C5C5C. Windows color (decimal): -3989614 or 9576387. OLE color: 9576387.

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

Color convert

RGB 195 31 146 -
CMYK 0 0.84 0.25 0.24
HSL 317.93º 0.73% 0.44% -
HSV(B) 317.93º 0.84% 0.76% -
XYZ 28.18 14.66 28.54 -
YUV 93.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 195 31 146 0 0.84 0.25 0.24 317.93 0.73 0.44
Hex C3 1F 92 0 54 19 18 13E 49 2C
Octal 303 37 222 0 124 31 30 476 111 54
Binary 11000011 11111 10010010 0 1010100 11001 11000 100111110 1001001 101100

Color Harmonies of #C31F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F92

Black with #C31F92

Text Example


Text Example

White with #C31F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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