Html Css Color HEX #C31474 Medium Violet Red

📋 copy color: '#C31474'

red 195 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #C31474

Tints of Medium Violet Red #C31474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 58.91%
G = 6.04%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31474 (or 0xC31474) is known color: Medium Violet Red. HEX triplet: C3, 14 and 74. RGB value is (195,20,116). Sum of RGB (Red+Green+Blue) = 195+20+116=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C31474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31474 is #3CEB8B. Grayscale: #535353. Windows color (decimal): -3992460 or 7607491. OLE color: 7607491.

HSL color Cylindrical-coordinate representation of color #C31474: hue angle of 327.09º degrees, saturation: 0.81, 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 #C31474 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 116 -
CMYK 0 0.90 0.41 0.24
HSL 327.09º 0.81% 0.42% -
HSV(B) 327.09º 0.9% 0.76% -
XYZ 25.91 13.36 17.74 -
YUV 83.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 195 20 116 0 0.90 0.41 0.24 327.09 0.81 0.42
Hex C3 14 74 0 5A 29 18 147 51 2A
Octal 303 24 164 0 132 51 30 507 121 52
Binary 11000011 10100 1110100 0 1011010 101001 11000 101000111 1010001 101010

Color Harmonies of #C31474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31474

Black with #C31474

Text Example


Text Example

White with #C31474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31474; }

 p { color: rgb(195,20,116); }

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

background-color css

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

 a { background-color: rgb(195,20,116); }

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

border-color css

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

 span { border-color: rgb(195,20,116); }

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