Html Css Color HEX #C31F69 Medium Violet Red

📋 copy color: '#C31F69'

red 195 ◦ green 31 ◦ blue 105

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

Shades of Medium Violet Red #C31F69

Tints of Medium Violet Red #C31F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 58.91%
G = 9.37%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C31F69 (or 0xC31F69) is known color: Medium Violet Red. HEX triplet: C3, 1F and 69. RGB value is (195,31,105). Sum of RGB (Red+Green+Blue) = 195+31+105=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F69 is #3CE096. Grayscale: #585858. Windows color (decimal): -3989655 or 6889411. OLE color: 6889411.

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

Color convert

RGB 195 31 105 -
CMYK 0 0.84 0.46 0.24
HSL 332.93º 0.73% 0.44% -
HSV(B) 332.93º 0.84% 0.76% -
XYZ 25.55 13.6 14.64 -
YUV 88.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 195 31 105 0 0.84 0.46 0.24 332.93 0.73 0.44
Hex C3 1F 69 0 54 2E 18 14D 49 2C
Octal 303 37 151 0 124 56 30 515 111 54
Binary 11000011 11111 1101001 0 1010100 101110 11000 101001101 1001001 101100

Color Harmonies of #C31F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F69

Black with #C31F69

Text Example


Text Example

White with #C31F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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