Html Css Color HEX #C31F90 Medium Violet Red

📋 copy color: '#C31F90'

red 195 ◦ green 31 ◦ blue 144

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

Shades of Medium Violet Red #C31F90

Tints of Medium Violet Red #C31F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 52.7%
G = 8.38%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31F90 (or 0xC31F90) is known color: Medium Violet Red. HEX triplet: C3, 1F and 90. RGB value is (195,31,144). Sum of RGB (Red+Green+Blue) = 195+31+144=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F90 is #3CE06F. Grayscale: #5C5C5C. Windows color (decimal): -3989616 or 9445315. OLE color: 9445315.

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

Color convert

RGB 195 31 144 -
CMYK 0 0.84 0.26 0.24
HSL 318.66º 0.73% 0.44% -
HSV(B) 318.66º 0.84% 0.76% -
XYZ 28.03 14.6 27.73 -
YUV 92.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 195 31 144 0 0.84 0.26 0.24 318.66 0.73 0.44
Hex C3 1F 90 0 54 1A 18 13F 49 2C
Octal 303 37 220 0 124 32 30 477 111 54
Binary 11000011 11111 10010000 0 1010100 11010 11000 100111111 1001001 101100

Color Harmonies of #C31F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F90

Black with #C31F90

Text Example


Text Example

White with #C31F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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